/ 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 8ms 4.719 MiB
#2 Runtime Error 12ms 5.25 MiB
#3 Runtime Error 9ms 5.25 MiB
#4 Runtime Error 7ms 4.828 MiB
#5 Runtime Error 5ms 4.859 MiB
#6 Runtime Error 9ms 4.879 MiB
#7 Runtime Error 12ms 5.684 MiB
#8 Runtime Error 20ms 5.625 MiB
#9 Runtime Error 8ms 6.598 MiB
#10 Runtime Error 9ms 4.703 MiB

信息

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