/ Vijos /

记录详情

Accepted

/in/foo.cc: In member function 'CCC::AC CCC::cl0(int, int, int)':
/in/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++);
      |           ~^~~~~~~~~~~~~~
/in/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};
      |     ~^~~~~~~~~~~~~~~
/in/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++){
      |        ~^~~~~~~~~~~~~~
/in/foo.cc: In member function 'CCC::AC CCC::cl2(int, int, int)':
/in/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++);
      |           ~^~~~~~~~~~~~~~
/in/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};
      |     ~^~~~~~~~~~~~~~~
/in/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++){
      |        ~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 9ms 9.734 MiB
#2 Accepted 9ms 9.73 MiB
#3 Accepted 9ms 9.781 MiB
#4 Accepted 10ms 9.863 MiB
#5 Accepted 9ms 9.828 MiB
#6 Accepted 42ms 14.223 MiB
#7 Accepted 57ms 16.828 MiB
#8 Accepted 437ms 27.215 MiB
#9 Accepted 136ms 23.883 MiB
#10 Accepted 53ms 17.086 MiB

信息

递交者
类型
递交
题目
P1452 逃脱
语言
C++
递交时间
2025-12-22 10:37:17
评测时间
2025-12-22 10:37:17
评测机
分数
100
总耗时
776ms
峰值内存
27.215 MiB