Accepted
/in/foo.cc: In function 'void dfs(int, int)':
/in/foo.cc:17:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0, to; i < v[x].size(); i++) {
~~^~~~~~~~~~~~~
/in/foo.cc: In function 'void dfs2(int, int)':
/in/foo.cc:27:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0, to; i < v[x].size(); i++)
~~^~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- lxhgww的奇思妙想
- 语言
- C++
- 递交时间
- 2018-09-29 09:47:22
- 评测时间
- 2018-09-29 09:47:22
- 评测机
- 分数
- 100
- 总耗时
- 4395ms
- 峰值内存
- 72.621 MiB