记录详情

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 > n) return -1;
     ^~
/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 > n) return -1;
                       ^~
# 状态 耗时 内存占用
#1 Runtime Error 7ms 16.133 MiB
#2 Runtime Error 8ms 16.34 MiB
#3 Runtime Error 7ms 17.066 MiB
#4 Runtime Error 8ms 15.84 MiB
#5 Runtime Error 7ms 15.672 MiB
#6 Runtime Error 42ms 35.273 MiB
#7 Runtime Error 42ms 35.25 MiB
#8 Runtime Error 43ms 35.852 MiB
#9 Runtime Error 44ms 31.883 MiB
#10 Runtime Error 46ms 32.715 MiB
#11 Runtime Error 45ms 32.117 MiB
#12 Runtime Error 45ms 31.863 MiB
#13 Accepted 216ms 33.648 MiB
#14 Accepted 219ms 31.973 MiB
#15 Accepted 230ms 33.938 MiB
#16 Accepted 231ms 32.277 MiB
#17 Runtime Error 41ms 35.793 MiB
#18 Runtime Error 44ms 30.055 MiB
#19 Runtime Error 42ms 31.566 MiB
#20 Runtime Error 186ms 61.02 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2019-03-13 14:10:38
评测时间
2019-03-13 14:10:38
评测机
分数
20
总耗时
1562ms
峰值内存
61.02 MiB