记录详情

Accepted

/in/foo.cc: In function 'int ask(int, int)':
/in/foo.cc:35:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(k>dep[x])return 0;if(!k)return x;
  ^~
/in/foo.cc:35: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:43: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:44: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 7ms 16.297 MiB
#2 Accepted 7ms 16.297 MiB
#3 Accepted 7ms 16.301 MiB
#4 Accepted 7ms 16.297 MiB
#5 Accepted 7ms 16.301 MiB
#6 Accepted 189ms 31.465 MiB
#7 Accepted 188ms 27.645 MiB
#8 Accepted 181ms 27.117 MiB
#9 Accepted 101ms 28.074 MiB
#10 Accepted 101ms 31.703 MiB
#11 Accepted 101ms 31.301 MiB
#12 Accepted 102ms 26.297 MiB
#13 Accepted 229ms 33.301 MiB
#14 Accepted 236ms 24.797 MiB
#15 Accepted 222ms 31.332 MiB
#16 Accepted 231ms 24.703 MiB
#17 Accepted 195ms 29.836 MiB
#18 Accepted 199ms 20.203 MiB
#19 Accepted 188ms 29.582 MiB
#20 Accepted 645ms 47.828 MiB

信息

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