记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:5:9: error: 'cin' was not declared in this scope
    5 |         cin>>x;
      |         ^~~
foo.cc:15:17: error: 'cout' was not declared in this scope
   15 |                 cout<<sum<<endl;
      |                 ^~~~
foo.cc:15:28: error: 'endl' was not declared in this scope
   15 |                 cout<<sum<<endl;
      |                            ^~~~

信息

递交者
类型
递交
题目
A3-1 素数专题:因子的和
比赛
2024-3-15 信息教师练习赛(2)
语言
C++
递交时间
2024-03-21 07:55:28
评测时间
2024-03-21 07:55:28
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes