Accepted
foo.cc: In function ‘int main()’: foo.cc:47:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 47 | for (int i = 0; i < result.size(); ++i) | ~~^~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1053 OO11-5 list中Joseph问题
- 比赛
- 2024级《面向对象的方法与实践》第五次作业
- 语言
- C++
- 递交时间
- 2025-05-10 19:58:32
- 评测时间
- 2025-05-10 19:58:32
- 评测机
- 分数
- 100
- 总耗时
- 13ms
- 峰值内存
- 720.0 KiB