Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:5:1: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 5 | while((c=getchar())!=EOF) | ^~~~~ /in/foo.cc:7:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 7 | return 0; | ^~~~~~
信息
- 递交者
- 类型
- 递交
- 比赛
- C0010实验一
- 语言
- C++
- 递交时间
- 2023-09-25 14:29:16
- 评测时间
- 2023-09-25 14:29:16
- 评测机
- 分数
- 10
- 总耗时
- 3ms
- 峰值内存
- 344.0 KiB