Accepted
foo.cc: In function ‘void Output(std::vector<int>&)’: foo.cc:5:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 5 | for(int i=0; i<v.size(); i++) | ~^~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1040 OO10-1 基于vector的素数筛选法
- 比赛
- 2024春 面向对象的程序设计方法(第3场作业赛)
- 语言
- C++
- 递交时间
- 2024-05-05 11:04:46
- 评测时间
- 2024-05-05 11:04:46
- 评测机
- 分数
- 100
- 总耗时
- 15ms
- 峰值内存
- 764.0 KiB