Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:54:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 54 | for (int i = 0; i < result.size(); i++) { | ~~^~~~~~~~~~~~~~~ /in/foo.cc:56:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 56 | if (i < result.size() - 1) { | ~~^~~~~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1111 5-5 统计素数因子
- 语言
- C++
- 递交时间
- 2025-07-15 19:17:15
- 评测时间
- 2025-07-15 19:17:15
- 评测机
- 分数
- 100
- 总耗时
- 11ms
- 峰值内存
- 520.0 KiB