Runtime Error
foo.cc: In function ‘void ins(int)’:
foo.cc:6:20: warning: comparison of integer expressions of different signedness: ‘std::priority_queue<int, std::vector<int>, std::greater<int> >::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
6 | if(q.size()<k) q.push(x);
| ~~~~~~~~^~
信息
- 递交者
- 类型
- 递交
- 题目
- 2.K优先队列(queue)
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2026-08-19 18:27:49
- 评测时间
- 2026-08-25 08:05:21
- 评测机
- 分数
- 0
- 总耗时
- 1143ms
- 峰值内存
- 2.0 MiB