Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:20:30: warning: comparison of integer expressions of different signedness: 'std::priority_queue<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
20 | if (pq.size()>=k&&!ok) ok=1,maxx=pq.top();
| ~~~~~~~~~^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2023 丑数
- 语言
- C++
- 递交时间
- 2026-04-10 22:01:20
- 评测时间
- 2026-04-10 22:01:20
- 评测机
- 分数
- 40
- 总耗时
- 24ms
- 峰值内存
- 548.0 KiB