Accepted
/in/foo.cc: In function 'void Output(const std::vector<long int>&)':
/in/foo.cc:11:24: warning: comparison of integer expressions of different signedness: 'long int' and 'std::vector<long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   11 |     for (long i = 1; i < a.size(); i++) {
      |                      ~~^~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 1-3 序列循环左移
 - 比赛
 - 2025年春 南师大《程序设计与竞赛》作业赛第一场
 - 语言
 - C++
 - 递交时间
 - 2025-03-05 18:17:10
 - 评测时间
 - 2025-03-05 18:17:10
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 298ms
 - 峰值内存
 - 8.234 MiB