Memory Exceeded
/in/foo.cc: In function 'int main()': /in/foo.cc:9:17: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%I64d",&n); ^ /in/foo.cc:10:37: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] for(i=1;i<=n;i++)scanf("%I64d",&a[i]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1918 艾酱的卡牌
- 语言
- C++
- 递交时间
- 2017-04-08 14:07:40
- 评测时间
- 2017-04-08 14:07:40
- 评测机
- 分数
- 60
- 总耗时
- ≥4390ms
- 峰值内存
- ≥7.75 MiB