记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:3:5: error: 'cin' was not declared in this scope
     cin >> n;
     ^~~
foo.cc:3:5: note: suggested alternative: 'main'
     cin >> n;
     ^~~
     main
foo.cc:25:5: error: 'cout' was not declared in this scope
     cout << x;
     ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1033 环形山丘
比赛
周末测试2
语言
C++
递交时间
2021-09-24 21:39:48
评测时间
2021-09-24 21:39:48
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes