/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:29: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:29: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 Accepted 4ms 376.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 5ms 256.0 KiB
#4 Accepted 5ms 352.0 KiB
#5 Accepted 11ms 632.0 KiB
#6 Accepted 51ms 1.281 MiB
#7 Accepted 56ms 1.371 MiB
#8 Accepted 53ms 1.363 MiB
#9 Accepted 55ms 1.352 MiB
#10 Accepted 41ms 1.336 MiB

信息

递交者
类型
递交
题目
P1382 寻找主人
语言
C++
递交时间
2018-03-02 09:20:50
评测时间
2018-03-02 09:20:50
评测机
分数
100
总耗时
288ms
峰值内存
1.371 MiB