Runtime Error
/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:31:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<son[x].size();i++)
                 ~^~~~~~~~~~~~~~
/in/foo.cc: In function 'void dfs2(int)':
/in/foo.cc:41:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<son[x].size();i++)
                 ~^~~~~~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 2019.2.10 Problem B - control
 - 语言
 - C++
 - 递交时间
 - 2019-02-09 20:25:33
 - 评测时间
 - 2019-02-09 20:25:33
 - 评测机
 
- 分数
 - 80
 - 总耗时
 - 1061ms
 - 峰值内存
 - 23.516 MiB