Accepted
/in/foo.cc: In member function 'void Array::Output()': /in/foo.cc:19:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 19 | for (int i = 0; i < v.size(); i++) | ~~^~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1417 2 数组类+定点删除
- 比赛
- 2024级《面向对象的方法与实践》第六次作业
- 语言
- C++
- 递交时间
- 2025-05-24 20:36:33
- 评测时间
- 2025-05-24 20:36:33
- 评测机
- 分数
- 100
- 总耗时
- 10ms
- 峰值内存
- 512.0 KiB