Accepted
/in/foo.cc: In function 'void getprimes2(int)':
/in/foo.cc:13:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
13 | for(int j=0;j<primes.size()&&i*primes[j]<=n;j++)
| ~^~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2620 B-smooth数5级2 2024.3
- 比赛
- 2026.5.17高级班练习
- 语言
- C++
- 递交时间
- 2026-05-24 08:40:27
- 评测时间
- 2026-05-24 08:40:27
- 评测机
- 分数
- 100
- 总耗时
- 53ms
- 峰值内存
- 5.082 MiB