记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:14:2: error: 'cnt' was not declared in this scope
  cnt++; 
  ^~~
foo.cc:14:2: note: suggested alternative: 'int'
  cnt++; 
  ^~~
  int
foo.cc:16:8: error: 'cnt' was not declared in this scope
  cout<<cnt<<endl;
        ^~~
foo.cc:16:8: note: suggested alternative: 'int'
  cout<<cnt<<endl;
        ^~~
        int

信息

递交者
类型
递交
题目
P1210 C4 验证哥德巴赫猜想的加式的个数
语言
C++
递交时间
2021-02-01 12:16:01
评测时间
2021-02-01 12:16:01
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes