Compile Error

foo.cc: In function 'int main()':
foo.cc:11:13: error: 'count' was not declared in this scope
   11 |             count++;
      |             ^~~~~
foo.cc:15:9: error: 'count' was not declared in this scope
   15 |     if (count == 2) {
      |         ^~~~~
foo.cc:7:9: warning: unused variable 'c' [-Wunused-variable]
    7 |     int c = 0;
      |         ^
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1041 素数
语言
C++
递交时间
2023-09-30 13:45:11
评测时间
2023-09-30 13:45:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes