Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:19:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
19 | if(a[i]==0)ok=0;break;
| ^~
/in/foo.cc:19:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
19 | if(a[i]==0)ok=0;break;
| ^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2394 1.6.7有趣的跳跃
- 比赛
- 2026.7.22中级班练习
- 语言
- C++
- 递交时间
- 2026-07-22 22:57:59
- 评测时间
- 2026-07-22 22:57:59
- 评测机
- 分数
- 100
- 总耗时
- 7ms
- 峰值内存
- 480.0 KiB