Accepted
foo.cc: In function 'int main()':
foo.cc:20:14: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wformat=]
   20 |     printf("%d\n", v.size());
      |             ~^     ~~~~~~~~
      |              |           |
      |              int         std::vector<int>::size_type {aka long unsigned int}
      |             %ld
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1026 数据整理
 - 语言
 - C++
 - 递交时间
 - 2022-08-23 21:27:33
 - 评测时间
 - 2022-08-23 21:27:33
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 21ms
 - 峰值内存
 - 384.0 KiB