Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:5:1: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 5 | for (int i=0;i<n;i++) | ^~~ /in/foo.cc:6:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 6 | cout<<"@@@@@@@@@@@@@@@@@@@@\n"; return 0;} | ^~~~~~
信息
- 递交者
- 类型
- 递交
- 比赛
- C0003实验一
- 语言
- C++
- 递交时间
- 2023-09-26 14:14:36
- 评测时间
- 2023-09-26 14:14:37
- 评测机
- 分数
- 10
- 总耗时
- 2ms
- 峰值内存
- 348.0 KiB