/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int find(int, int, int)':
/in/foo.cc:98:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(t1=0;(1<<t1)<=dep[b];t1++);t1--; 
   ^~~
/in/foo.cc:98:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   for(t1=0;(1<<t1)<=dep[b];t1++);t1--; 
                                  ^~
# 状态 耗时 内存占用
#1 Accepted 9ms 8.363 MiB
#2 Accepted 7ms 10.359 MiB
#3 Accepted 5ms 10.336 MiB
#4 Accepted 6ms 10.363 MiB
#5 Accepted 8ms 10.359 MiB
#6 Accepted 12ms 8.621 MiB
#7 Accepted 30ms 10.359 MiB
#8 Accepted 68ms 10.984 MiB
#9 Accepted 84ms 9.988 MiB
#10 Runtime Error 33ms 3.875 MiB

信息

递交者
类型
递交
题目
P1070 新年趣事之游戏
语言
C++
递交时间
2017-10-29 21:11:16
评测时间
2017-10-29 21:11:17
评测机
分数
90
总耗时
267ms
峰值内存
10.984 MiB