Compile Error
foo.cc:4:6: error: 'N' was not declared in this scope
    4 | LL a[N],n,ans;
      |      ^
foo.cc: In function 'int main()':
foo.cc:7:27: error: 'a' was not declared in this scope
    7 |  for(LL i=1;i<=n;i++)cin>>a[i];
      |                           ^
foo.cc:11:9: error: 'a' was not declared in this scope
   11 |    sum+=a[j];
      |         ^
  Found 10 testcases. [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1348 完美数组
 - 题目数据
 - 下载
 - 语言
 - C++
 - 递交时间
 - 2022-07-20 19:48:46
 - 评测时间
 - 2022-07-20 19:48:46
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes