/ Vijos /

记录详情

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("");
                                                      ^~~~
# 状态 耗时 内存占用
#1 Runtime Error 28ms 5.25 MiB
#2 Runtime Error 25ms 6.125 MiB
#3 Runtime Error 7ms 4.75 MiB
#4 Runtime Error 10ms 5.824 MiB
#5 Runtime Error 15ms 5.875 MiB
#6 Runtime Error 20ms 5.234 MiB
#7 Runtime Error 36ms 8.055 MiB
#8 Runtime Error 29ms 5.078 MiB
#9 Runtime Error 7ms 5.355 MiB
#10 Runtime Error 10ms 5.719 MiB

信息

递交者
类型
递交
题目
P1382 寻找主人
语言
C++
递交时间
2018-03-02 09:10:30
评测时间
2018-03-02 09:10:30
评测机
分数
0
总耗时
192ms
峰值内存
8.055 MiB