Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:61:69: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
61 | if(id[to] && id[to]!=cnt && V[id[to]].size()+num<=B && (!best || V[best].size()>V[id[to]].size()))
| ~~~~~~~~~~~~~~~~~~~~^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1001 图划分
- 语言
- C++
- 递交时间
- 2026-05-25 17:55:47
- 评测时间
- 2026-05-25 18:11:13
- 评测机
- 分数
- 100
- 总耗时
- 155ms
- 峰值内存
- 25.863 MiB