Wrong Answer
/in/foo.cc: In function 'int findSpace(const std::vector<char>&)':
/in/foo.cc:7:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
7 | for (int i = 0; i < board.size(); ++i) {
| ~~^~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1248 (lpj 1-3)Shuttle game
- 语言
- C++
- 递交时间
- 2026-01-01 21:45:15
- 评测时间
- 2026-01-01 21:45:15
- 评测机
- 分数
- 20
- 总耗时
- 19ms
- 峰值内存
- 532.0 KiB