/ /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:36:2: error: 'iint' was not declared in this scope
  iint ans=0;
  ^~~~
foo.cc:36:2: note: suggested alternative: 'uint'
  iint ans=0;
  ^~~~
  uint
foo.cc:41:4: error: 'ans' was not declared in this scope
    ans++;
    ^~~
foo.cc:41:4: note: suggested alternative: 'abs'
    ans++;
    ^~~
    abs
foo.cc:44:8: error: 'ans' was not declared in this scope
  cout<<ans<<endl;
        ^~~
foo.cc:44:8: note: suggested alternative: 'abs'
  cout<<ans<<endl;
        ^~~
        abs
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1080 A5-2 超级素数的个数
语言
C++
递交时间
2021-08-04 19:43:21
评测时间
2021-08-04 19:43:21
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes