Accepted
foo.cc: In function ‘int main()’: foo.cc:15:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 15 | for (int i = 0; i < v.size(); i++) | ~~^~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- A4-3 回文数专题:回文数判断
- 比赛
- 南师大(含泰州学院)2024年新生赛(第一场)
- 语言
- C++
- 递交时间
- 2024-08-15 08:27:19
- 评测时间
- 2024-08-15 08:27:19
- 评测机
- 分数
- 100
- 总耗时
- 15ms
- 峰值内存
- 548.0 KiB