Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:21:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
21 | for (int i = 0; i < s.size(); i++)
| ~~^~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P3046 压缩技术
- 比赛
- 2026.3.28中级班练习
- 语言
- C++
- 递交时间
- 2026-04-03 21:45:52
- 评测时间
- 2026-04-03 21:45:52
- 评测机
- 分数
- 100
- 总耗时
- 19ms
- 峰值内存
- 540.0 KiB