Accepted
foo.cc: In function 'int main()':
foo.cc:24:42: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   24 |                         for(int j = 1; j < p[i].size(); ++j){
      |                                        ~~^~~~~~~~~~~~~
foo.cc:29:36: warning: unused variable 't' [-Wunused-variable]
   29 |                         int j = 0, t = 0;
      |                                    ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1460 4-6 Rudolf and the Another Competition
- 语言
- C++
- 递交时间
- 2023-07-09 09:51:35
- 评测时间
- 2023-07-09 09:51:35
- 评测机
- 分数
- 100
- 总耗时
- 825ms
- 峰值内存
- 1.27 MiB