Accepted
foo.cc: In function ‘void printVector(const std::vector<int>&)’:
foo.cc:37:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
37 | for (int i = 0; i < vec.size(); ++i) {
| ~~^~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1004 A10-4 集合的交集
- 语言
- C++
- 递交时间
- 2025-12-13 18:39:41
- 评测时间
- 2025-12-13 18:39:41
- 评测机
- 分数
- 100
- 总耗时
- 13ms
- 峰值内存
- 552.0 KiB