Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:33:10: warning: the address of 'int PrimeCount(int*, int)' will always evaluate as 'true' [-Waddress]
  cout << PrimeCount << (b, n2) << endl;
          ^~~~~~~~~~
/in/foo.cc:33:28: warning: left operand of comma operator has no effect [-Wunused-value]
  cout << PrimeCount << (b, n2) << endl;
                            ^~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A9-1 数组中的素数个数
 - 比赛
 - 泰院2401程序设计基础作业赛第五场
 - 语言
 - C++
 - 递交时间
 - 2024-11-18 22:20:09
 - 评测时间
 - 2024-11-18 22:20:09
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 7ms
 - 峰值内存
 - 380.0 KiB