记录详情

Compile Error

foo.cc:12:6: error: expected unqualified-id before 'int'
   12 | void(int a[],int x)
      |      ^~~
foo.cc:12:6: error: expected ')' before 'int'
   12 | void(int a[],int x)
      |     ~^~~
      |      )
foo.cc: In function 'int main()':
foo.cc:30:5: error: 'Prime_Count' was not declared in this scope
   30 |     Prime_Count(a,x);
      |     ^~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P2843 5-5 统计素数因子
语言
C++
递交时间
2023-11-28 15:39:16
评测时间
2023-11-28 15:39:16
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes