/ CWOI /

记录详情

Accepted

/in/foo.cc: In function 'void dfs2(int, int)':
/in/foo.cc:42:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(!son[x]) return;dfs2(son[x],tp);
     ^~
/in/foo.cc:42:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(!son[x]) return;dfs2(son[x],tp);
                        ^~~~
# 状态 耗时 内存占用
#1 Accepted 16ms 8.625 MiB
#2 Accepted 17ms 8.625 MiB
#3 Accepted 324ms 14.68 MiB
#4 Accepted 291ms 15.555 MiB
#5 Accepted 278ms 14.902 MiB
#6 Accepted 258ms 13.375 MiB
#7 Accepted 273ms 15.238 MiB
#8 Accepted 301ms 12.789 MiB
#9 Accepted 199ms 14.375 MiB
#10 Accepted 222ms 15.613 MiB
#11 Accepted 160ms 16.125 MiB
#12 Accepted 146ms 13.875 MiB
#13 Accepted 169ms 15.562 MiB
#14 Accepted 193ms 16.184 MiB
#15 Accepted 151ms 16.125 MiB
#16 Accepted 187ms 14.125 MiB
#17 Accepted 173ms 16.125 MiB
#18 Accepted 146ms 16.238 MiB
#19 Accepted 142ms 15.926 MiB
#20 Accepted 143ms 15.859 MiB

信息

递交者
类型
递交
题目
2017.07.19 P3 软件包管理器
语言
C++
递交时间
2018-01-27 19:08:15
评测时间
2018-01-27 19:08:16
评测机
分数
100
总耗时
3800ms
峰值内存
16.238 MiB