Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:15:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   15 |                 for(int j=0;j<primes.size();j++)
      |                             ~^~~~~~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A3-3 素数专题:素数个数
 - 比赛
 - 2025年春 南师大《程序设计与竞赛》作业赛第一场
 - 语言
 - C++
 - 递交时间
 - 2025-03-09 01:31:44
 - 评测时间
 - 2025-03-09 01:31:44
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 10ms
 - 峰值内存
 - 536.0 KiB