Accepted
/in/foo.cc: In member function 'void Array::Output()':
/in/foo.cc:28:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   28 |         for (int i = 0; i < v.size(); i++)
      |                         ~~^~~~~~~~~~
  信息
- 递交者
 - 类型
 - 自测
 - 题目
 - P1418 3 数组类+有序插入
 - 语言
 - C++
 - 递交时间
 - 2025-05-24 20:42:07
 - 评测时间
 - 2025-05-24 20:42:07
 - 评测机
 
- 分数
 - 20
 - 总耗时
 - 4ms
 - 峰值内存
 - 476.0 KiB