记录详情

Runtime Error

/in/foo.cc: In function 'void init_lca()':
/in/foo.cc:53:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if (top[i] ^ i) continue ; int Len = mxd[i] - dep[i];
         ^~
/in/foo.cc:53:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if (top[i] ^ i) continue ; int Len = mxd[i] - dep[i];
                                    ^~~
/in/foo.cc: In function 'int query(int, int)':
/in/foo.cc:60:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!k) return u; if (k > dep[u]) return 0; 
     ^~
/in/foo.cc:60:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if (!k) return u; if (k > dep[u]) return 0; 
                       ^~
# 状态 耗时 内存占用
#1 Runtime Error 10ms 17.219 MiB
#2 Runtime Error 9ms 16.645 MiB
#3 Accepted 11ms 22.137 MiB
#4 Accepted 13ms 24.035 MiB
#5 Accepted 11ms 15.32 MiB
#6 Accepted 187ms 35.887 MiB
#7 Accepted 191ms 35.617 MiB
#8 Accepted 190ms 36.992 MiB
#9 Runtime Error 83ms 31.883 MiB
#10 Accepted 111ms 33.09 MiB
#11 Accepted 109ms 33.531 MiB
#12 Runtime Error 68ms 31.852 MiB
#13 Accepted 235ms 33.582 MiB
#14 Accepted 233ms 32.57 MiB
#15 Accepted 229ms 33.23 MiB
#16 Accepted 225ms 32.07 MiB
#17 Accepted 208ms 31.445 MiB
#18 Accepted 218ms 30.32 MiB
#19 Accepted 218ms 31.441 MiB
#20 Accepted 681ms 60.98 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2019-03-13 14:09:44
评测时间
2019-03-13 14:09:44
评测机
分数
80
总耗时
3249ms
峰值内存
60.98 MiB