记录详情

Time Exceeded

foo.cc: In member function ‘void Map::Del(int)’:
foo.cc:67:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   67 |                 for (int j = i; j < x.size() - 1; j++)
      |                                 ~~^~~~~~~~~~~~~~
foo.cc: In member function ‘bool Map::search(int, int)’:
foo.cc:75:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   75 |                 for (int i = 0; i < x.size(); i++)
      |                                 ~~^~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 536.0 KiB
#2 Accepted 3ms 324.0 KiB
#3 Accepted 3ms 764.0 KiB
#4 Accepted 309ms 588.0 KiB
#5 Time Exceeded ≥1067ms ≥792.0 KiB
#6 Time Exceeded ≥1067ms ≥792.0 KiB
#7 Time Exceeded ≥1067ms ≥820.0 KiB
#8 Time Exceeded ≥1067ms ≥792.0 KiB
#9 Time Exceeded ≥1067ms ≥836.0 KiB
#10 Time Exceeded ≥1067ms ≥792.0 KiB

信息

递交者
类型
递交
题目
P1584 Problem 4D. 小业的蚂蚁
比赛
2024春 悬赏令第四周
语言
C++
递交时间
2024-05-10 14:07:41
评测时间
2024-05-10 14:31:29
评测机
分数
40
总耗时
≥6722ms
峰值内存
≥836.0 KiB