Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:23:38: warning: comparison of integer expressions of different signedness: 'std::queue<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
23 | if (q.size() >= m)
| ~~~~~~~~~^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1774 机器翻译
- 语言
- C++
- 递交时间
- 2026-03-28 09:30:07
- 评测时间
- 2026-03-28 09:30:07
- 评测机
- 分数
- 100
- 总耗时
- 17ms
- 峰值内存
- 536.0 KiB