Accepted
/in/foo.cc: In function 'void print()':
/in/foo.cc:64:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
64 | { for (k=j;k<=m&&re[C(i,j)]==re[C(i,k)];k++);
| ^~~
/in/foo.cc:65:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
65 | printf("%d %d%c",k-j,re[C(i,j)],k>m?'\n':' ');
| ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1477 跳动的水珠(csapc)
- 语言
- C++
- 递交时间
- 2026-03-21 14:53:42
- 评测时间
- 2026-03-24 02:18:37
- 评测机
- 分数
- 100
- 总耗时
- 50ms
- 峰值内存
- 844.0 KiB