Accepted

foo.cc: In function 'int main()':
foo.cc:21:37: warning: comparison of integer expressions of different signedness: 'std::priority_queue<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   21 |                         if(bx.size()>xb)
      |                            ~~~~~~~~~^~~
foo.cc:27:32: warning: comparison of integer expressions of different signedness: 'std::priority_queue<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   27 |                 while(bx.size()<xb)
      |                       ~~~~~~~~~^~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 8ms 412.0 KiB
#2 Accepted 11ms 412.0 KiB
#3 Accepted 23ms 412.0 KiB
#4 Accepted 42ms 536.0 KiB
#5 Accepted 79ms 832.0 KiB
#6 Accepted 118ms 916.0 KiB

信息

递交者
类型
递交
题目
P1014 黑匣子(blackbox)
语言
C++
递交时间
2023-08-09 17:32:24
评测时间
2023-08-09 17:32:24
评测机
分数
100
总耗时
283ms
峰值内存
916.0 KiB