Accepted
foo.cc: In function 'void Test()':
foo.cc:21:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   21 |  for (int i = 0; i < a.size(); i++)
      |                  ~~^~~~~~~~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 自测
 - 题目
 - P1050 OO11-2 vector<int>中的有序插入
 - 语言
 - C++
 - 递交时间
 - 2022-04-25 19:37:43
 - 评测时间
 - 2022-04-25 19:37:43
 - 评测机
 
- 分数
 - 10
 - 总耗时
 - 2ms
 - 峰值内存
 - 384.0 KiB