记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:4:2: error: 'cin' was not declared in this scope
  cin>>number;
  ^~~
/in/foo.cc:16:7: error: 'x1' was not declared in this scope
    if(x1!=xx)
       ^~
/in/foo.cc:20:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   if(xx=0)
          ^
/in/foo.cc:21:4: error: 'cout' was not declared in this scope
    cout<<x<<" ";
    ^~~~

信息

递交者
类型
递交
题目
A5-2 超级素数的个数
比赛
南师大(含泰州学院)2024年新生赛(第一场)
语言
C++
递交时间
2024-08-18 20:06:43
评测时间
2024-08-18 20:06:43
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes