Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:10:40: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] for(int i=1;i<=n;++i) scanf("%d",&l[i]),l[i]+=l[i-1]; ~~~~~^ /in/foo.cc:11:40: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] for(int i=1;i<=n;++i) scanf("%d",&m[i]),m[i]+=m[i-1]; ~~~~~^
信息
- 递交者
- 类型
- 递交
- 题目
- P1283 佳佳的魔杖
- 语言
- C++
- 递交时间
- 2017-09-23 18:53:23
- 评测时间
- 2017-09-23 18:53:23
- 评测机
- 分数
- 100
- 总耗时
- 46ms
- 峰值内存
- 8.066 MiB