Accepted
foo.cc: In function ‘bool dfs(int)’:
foo.cc:7:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
7 | for(int i = 0; i < E[u].size(); ++i) {
| ~~^~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1204 CoVH之柯南开锁
- 语言
- C++
- 递交时间
- 2026-08-31 10:13:30
- 评测时间
- 2026-08-31 10:13:30
- 评测机
- 分数
- 100
- 总耗时
- 28ms
- 峰值内存
- 516.0 KiB