Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:22:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(w.size()<k-1) ~~~~~~~~^~~~ /in/foo.cc:36:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(w.size()<k-1) ~~~~~~~~^~~~ /in/foo.cc:40:16: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses] if(w.top()>x^u) ~~~~~~~^~
信息
- 递交者
- 类型
- 递交
- 题目
- 2.K优先队列(queue)
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2018-10-31 21:21:12
- 评测时间
- 2018-10-31 21:21:12
- 评测机
- 分数
- 30
- 总耗时
- 930ms
- 峰值内存
- 1.305 MiB