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);
                        ^~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 2017.07.19 P3 软件包管理器
 - 语言
 - C++
 - 递交时间
 - 2018-01-27 19:08:15
 - 评测时间
 - 2018-01-27 19:08:16
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 3800ms
 - 峰值内存
 - 16.238 MiB