Wrong Answer
/in/foo.cc: In function 'long long int solveRow(const std::vector<int>&, int, int, int)': /in/foo.cc:14:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 14 | if (k > row.size()) return 0; // 所有取数已完成 | ~~^~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1378 矩阵取数游戏
- 语言
- C++
- 递交时间
- 2025-02-22 16:23:17
- 评测时间
- 2025-02-22 16:23:17
- 评测机
- 分数
- 60
- 总耗时
- 132ms
- 峰值内存
- 4.473 MiB