Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:12:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
12 | for(int i=1;i<=x;i++)
| ^~~
/in/foo.cc:18:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
18 | cout<<cnt;
| ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P3053 山之谷 GESP202603 四级T1
- 语言
- C++
- 递交时间
- 2026-04-07 20:53:14
- 评测时间
- 2026-04-07 20:53:14
- 评测机
- 分数
- 10
- 总耗时
- 18ms
- 峰值内存
- 596.0 KiB