Accepted
/in/foo.cc: In function 'void GetPrimes(int)': /in/foo.cc:11:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 11 | for(int j=0;j<primes.size()&&i*primes[j]<=n;j++) | ~^~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2770 最大素因子
- 比赛
- 2025.4.6,4.13高级班练习
- 语言
- C++
- 递交时间
- 2025-04-13 09:46:52
- 评测时间
- 2025-04-14 23:57:56
- 评测机
- 分数
- 100
- 总耗时
- 43ms
- 峰值内存
- 664.0 KiB