Accepted
foo.cc: In function ‘int main()’: foo.cc:33:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 33 | for (int i = 0 ; i < va.size() ; i ++) { | ~~^~~~~~~~~~~ foo.cc:39:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 39 | for (int i = 0; i < vc.size(); i ++) | ~~^~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1049 OO11-1 vector<int>中的查找删除
- 比赛
- 2024级《面向对象的方法与实践》第五次作业
- 语言
- C++
- 递交时间
- 2025-05-10 19:23:13
- 评测时间
- 2025-05-10 19:23:13
- 评测机
- 分数
- 100
- 总耗时
- 13ms
- 峰值内存
- 504.0 KiB