Compile Error
foo.cc:3:21: error: expected initializer before 'i'
    3 | long long a[1000000]i=2,b[1000000];
      |                     ^
foo.cc: In function 'int main()':
foo.cc:14:9: error: 'i' was not declared in this scope
   14 |    if(n%i==0)
      |         ^
foo.cc:15:4: error: 'a' was not declared in this scope
   15 |    a[i]++,n/=i;
      |    ^
foo.cc:19:9: error: 'a' was not declared in this scope
   19 |   int m=a[1];
      |         ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- 5-5 统计素数因子
- 语言
- C++
- 递交时间
- 2022-06-15 22:30:46
- 评测时间
- 2022-06-15 22:30:46
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes