Accepted
/in/foo.cc: In function 'void dfs1(int, int)':
/in/foo.cc:15:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < g[x].size(); ++i)
                  ~~^~~~~~~~~~~~~
/in/foo.cc: In function 'void dfs2(int, int)':
/in/foo.cc:36:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < g[x].size(); ++i)
                  ~~^~~~~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1003 红黑树
 - 语言
 - C++
 - 递交时间
 - 2020-07-29 10:26:42
 - 评测时间
 - 2020-07-29 10:26:42
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 338ms
 - 峰值内存
 - 6.137 MiB