Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:17:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d%d",&n,&k); ^ /in/foo.cc:17:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=] /in/foo.cc:18:41: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] for(int i=1;i<=10;++i) scanf("%d",&e[i]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1282 佳佳的魔法照片
- 语言
- C++
- 递交时间
- 2018-05-25 19:56:38
- 评测时间
- 2018-05-25 19:56:38
- 评测机
- 分数
- 100
- 总耗时
- 154ms
- 峰值内存
- 1008.0 KiB