Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:26: warning: comparison of integer expressions of different signedness: 'std::priority_queue<long long int, std::vector<long long int>, std::greater<long long int> >::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
   14 |             if(bpq.size()>n1){
      |                ~~~~~~~~~~^~~
/in/foo.cc:19:26: warning: comparison of integer expressions of different signedness: 'std::priority_queue<long long int>::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
   19 |             if(spq.size()>n2){
      |                ~~~~~~~~~~^~~
# 状态 耗时 内存占用
#1 Accepted 2ms 536.0 KiB
#2 Time Exceeded ≥34ms ≥572.0 KiB
#3 Accepted 9ms 532.0 KiB
#4 Time Exceeded ≥47ms ≥532.0 KiB
#5 Accepted 5ms 560.0 KiB
#6 Time Exceeded ≥45ms ≥476.0 KiB
#7 Accepted 2ms 524.0 KiB
#8 Time Exceeded ≥20ms ≥488.0 KiB
#9 Time Exceeded ≥14ms ≥480.0 KiB
#10 Accepted 9ms 560.0 KiB

信息

递交者
类型
递交
题目
P1000 平均值
语言
C++
递交时间
2026-05-30 14:04:54
评测时间
2026-05-30 15:21:25
评测机
分数
50
总耗时
≥190ms
峰值内存
≥572.0 KiB