Accepted
/in/foo.cc: In function 'void GetPrimes(int)': /in/foo.cc:10:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 10 | for(int j=0;j<Primes.size()&&i*Primes[j]<=n;j++) | ~^~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1027 A3-3 素数专题:素数个数
- 语言
- C++
- 递交时间
- 2025-04-20 09:49:40
- 评测时间
- 2025-04-20 09:49:40
- 评测机
- 分数
- 100
- 总耗时
- 9ms
- 峰值内存
- 576.0 KiB