/ 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 10ms 9.5 MiB
#2 Accepted 11ms 9.625 MiB
#3 Accepted 10ms 9.625 MiB
#4 Accepted 12ms 9.684 MiB
#5 Accepted 14ms 9.625 MiB
#6 Accepted 70ms 13.992 MiB
#7 Accepted 70ms 16.617 MiB
#8 Accepted 768ms 27.117 MiB
#9 Accepted 216ms 23.738 MiB
#10 Accepted 105ms 16.945 MiB

信息

递交者
类型
递交
题目
P1452 逃脱
语言
C++
递交时间
2021-12-12 18:57:35
评测时间
2021-12-12 18:57:35
评测机
分数
100
总耗时
1291ms
峰值内存
27.117 MiB