记录详情

Accepted

/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 Accepted 10ms 17.074 MiB
#2 Accepted 12ms 23.211 MiB
#3 Accepted 9ms 16.156 MiB
#4 Accepted 11ms 15.406 MiB
#5 Accepted 10ms 16.199 MiB
#6 Accepted 194ms 34.902 MiB
#7 Accepted 192ms 36.098 MiB
#8 Accepted 181ms 35.355 MiB
#9 Accepted 103ms 32.477 MiB
#10 Accepted 106ms 33.57 MiB
#11 Accepted 112ms 32.98 MiB
#12 Accepted 111ms 32.902 MiB
#13 Accepted 227ms 31.957 MiB
#14 Accepted 222ms 33.117 MiB
#15 Accepted 218ms 32.629 MiB
#16 Accepted 217ms 32.57 MiB
#17 Accepted 197ms 30.078 MiB
#18 Accepted 197ms 30.137 MiB
#19 Accepted 197ms 30.043 MiB
#20 Accepted 621ms 60.984 MiB

信息

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