Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:14:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
14 | for(int i=0;i<n-1;i++)
| ^~~
/in/foo.cc:19:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
19 | if(ok)
| ^~
信息
- 递交者
- 类型
- 递交
- 题目
- P2394 1.6.7有趣的跳跃
- 比赛
- 2025.11.15中级班练习
- 语言
- C++
- 递交时间
- 2025-11-15 20:08:35
- 评测时间
- 2025-11-15 20:08:35
- 评测机
- 分数
- 100
- 总耗时
- 9ms
- 峰值内存
- 532.0 KiB