Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:32:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
32 | for(int i=1;i<=m;i++)
| ^~~
/in/foo.cc:34:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
34 | return 0;
| ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1010 活动选择2 (act)
- 语言
- C++
- 递交时间
- 2026-01-26 15:42:32
- 评测时间
- 2026-01-26 15:42:32
- 评测机
- 分数
- 100
- 总耗时
- 29ms
- 峰值内存
- 544.0 KiB