Wrong Answer
foo.cc: In function 'int main()': foo.cc:9:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] 9 | scanf("%lld",&n); | ~~~~~^~~~~~~~~~~ foo.cc:10:38: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] 10 | for(long long int i=1;i<=n;i++)scanf("%lld",a+i); | ~~~~~^~~~~~~~~~~~
Found 10 testcases. [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1348 完美数组
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2022-07-20 16:41:32
- 评测时间
- 2022-07-20 16:41:32
- 评测机
- 分数
- 40
- 总耗时
- 77ms
- 峰值内存
- 2.0 MiB