Wrong Answer
foo.cc: In function 'int main()':
foo.cc:33:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   33 |     for(int i=0; i<v.size(); i++)
      |                  ~^~~~~~~~~
foo.cc:8:23: warning: unused variable 'cnt' [-Wunused-variable]
    8 |     unsigned int a,at,cnt=0;
      |                       ^~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1229 A 阅读程序
 - 比赛
 - 2022暑期青少年社团(告别赛)
 - 语言
 - C++
 - 递交时间
 - 2022-08-21 20:47:57
 - 评测时间
 - 2022-08-21 20:47:57
 - 评测机
 
- 分数
 - 15
 - 总耗时
 - 3901ms
 - 峰值内存
 - 3.727 MiB