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