Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:12:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 12 | for(int i=n-1;i>=1;i-=2) | ^~~ /in/foo.cc:14:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 14 | return 0; | ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2501 合唱队形
- 比赛
- 2025.5.10-5.17中级班练习
- 语言
- C++
- 递交时间
- 2025-05-17 12:35:19
- 评测时间
- 2025-05-17 12:35:19
- 评测机
- 分数
- 100
- 总耗时
- 20ms
- 峰值内存
- 536.0 KiB