Runtime Error
foo.cc: In function ‘void GetPrimes(int, int)’: foo.cc:12:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 12 | for(int j=0;j<Primes.size()&&i*Primes[j]<=n;j++) | ~^~~~~~~~~~~~~~ foo.cc: In function ‘int main()’: foo.cc:25:21: warning: unused variable ‘ans’ [-Wunused-variable] 25 | int ans=0; | ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1007 统计质数
- 语言
- C++
- 递交时间
- 2025-07-17 21:38:40
- 评测时间
- 2025-07-17 21:38:40
- 评测机
- 分数
- 0
- 总耗时
- 28ms
- 峰值内存
- 760.0 KiB