Compile Error
foo.c: In function 'main':
foo.c:4:6: warning: 'main' is normally a non-static function [-Wmain]
4 | {int main()
| ^~~~
foo.c: In function 'main':
foo.c:7:1: error: 'cin' undeclared (first use in this function)
7 | cin>>n1;
| ^~~
foo.c:7:1: note: each undeclared identifier is reported only once for each function it appears in
At top level:
foo.c:4:6: warning: 'main' defined but not used [-Wunused-function]
4 | {int main()
| ^~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- 反序数字
- 语言
- C
- 递交时间
- 2023-06-04 14:55:54
- 评测时间
- 2023-06-04 14:55:54
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes