/ 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(i=0;(1<<i)<=dep[b];i++);i--; 
   ^~~
/in/foo.cc:98:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   for(i=0;(1<<i)<=dep[b];i++);i--; 
                               ^
# 状态 耗时 内存占用
#1 Accepted 6ms 10.352 MiB
#2 Accepted 6ms 10.34 MiB
#3 Accepted 5ms 10.375 MiB
#4 Accepted 7ms 8.453 MiB
#5 Accepted 8ms 10.359 MiB
#6 Accepted 13ms 10.375 MiB
#7 Accepted 28ms 10.348 MiB
#8 Accepted 67ms 9.582 MiB
#9 Accepted 81ms 10.0 MiB
#10 Runtime Error 33ms 5.445 MiB

信息

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