Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:32:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int k=0;k<n;k++) printf("%c",s[(i+k)%n]);puts(""); ^~~ /in/foo.cc:32:54: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for(int k=0;k<n;k++) printf("%c",s[(i+k)%n]);puts(""); ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1382 寻找主人
- 语言
- C++
- 递交时间
- 2018-03-02 09:10:30
- 评测时间
- 2018-03-02 09:10:30
- 评测机
- 分数
- 0
- 总耗时
- 192ms
- 峰值内存
- 8.055 MiB