Accepted
foo.cc: In function ‘int main()’:
foo.cc:24:34: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
24 | for(int i = 0; i < g[u].size(); i++){
| ~~^~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1021 Victoria的舞会1
- 语言
- C++
- 递交时间
- 2026-05-07 15:04:16
- 评测时间
- 2026-05-07 17:46:23
- 评测机
- 分数
- 100
- 总耗时
- 33ms
- 峰值内存
- 512.0 KiB