记录详情

Accepted

/in/foo.cc: In function 'int ask(int, int)':
/in/foo.cc:34:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(k>dep[x])return 0;if(!k)return x;
  ^~
/in/foo.cc:34:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(k>dep[x])return 0;if(!k)return x;
                       ^~
/in/foo.cc: In function 'void dfs1(int)':
/in/foo.cc:42:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(i1=ar[i].to,i1==son[x]||i1==go[x][0])
   ^~
/in/foo.cc:43:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    continue;dfs1(top[i1]=i1);
             ^~~~
# 状态 耗时 内存占用
#1 Accepted 8ms 16.297 MiB
#2 Accepted 8ms 16.297 MiB
#3 Accepted 8ms 18.297 MiB
#4 Accepted 7ms 16.297 MiB
#5 Accepted 7ms 16.301 MiB
#6 Accepted 182ms 31.363 MiB
#7 Accepted 183ms 27.695 MiB
#8 Accepted 198ms 27.863 MiB
#9 Accepted 114ms 29.789 MiB
#10 Accepted 107ms 29.707 MiB
#11 Accepted 101ms 31.332 MiB
#12 Accepted 103ms 28.176 MiB
#13 Accepted 225ms 29.723 MiB
#14 Accepted 229ms 24.551 MiB
#15 Accepted 223ms 29.703 MiB
#16 Accepted 229ms 24.461 MiB
#17 Accepted 197ms 29.828 MiB
#18 Accepted 200ms 22.957 MiB
#19 Accepted 190ms 27.453 MiB
#20 Accepted 642ms 48.211 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2020-03-06 17:27:46
评测时间
2020-03-06 17:27:46
评测机
分数
100
总耗时
3171ms
峰值内存
48.211 MiB