/ Vijos /

记录详情

Accepted

foo.cc: In member function 'CCC::AC CCC::cl0(int, int, int)':
foo.cc:131:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  131 | for (i=0; i<dax[x].size()&&dax[x][i].A<y; i++);
      |           ~^~~~~~~~~~~~~~
foo.cc:132:6: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  132 | if (i==dax[x].size())return (AC){0,0,-1};
      |     ~^~~~~~~~~~~~~~~
foo.cc:134:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  134 | for (; i<dax[x].size(); i++){
      |        ~^~~~~~~~~~~~~~
foo.cc: In member function 'CCC::AC CCC::cl2(int, int, int)':
foo.cc:171:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  171 | for (i=0; i<day[y].size()&&day[y][i].A<x; i++);
      |           ~^~~~~~~~~~~~~~
foo.cc:172:6: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  172 | if (i==day[y].size())return (AC){0,0,-1};
      |     ~^~~~~~~~~~~~~~~
foo.cc:174:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  174 | for (; i<day[y].size(); i++){
      |        ~^~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 19ms 9.527 MiB
#2 Accepted 19ms 9.566 MiB
#3 Accepted 19ms 9.629 MiB
#4 Accepted 21ms 9.652 MiB
#5 Accepted 20ms 9.617 MiB
#6 Accepted 102ms 14.152 MiB
#7 Accepted 139ms 16.895 MiB
#8 Accepted 583ms 27.395 MiB
#9 Accepted 254ms 24.137 MiB
#10 Accepted 130ms 17.281 MiB

信息

递交者
类型
递交
题目
P1452 逃脱
语言
C++
递交时间
2023-07-31 10:50:18
评测时间
2023-07-31 10:50:18
评测机
分数
100
总耗时
1310ms
峰值内存
27.395 MiB