Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:7:15: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d",&n); ^ /in/foo.cc:9:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d",&a[i]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- A-B Problem
- 比赛
- ACM模拟赛
- 语言
- C++
- 递交时间
- 2017-08-21 13:03:07
- 评测时间
- 2017-08-21 13:07:35
- 评测机
- 分数
- 100
- 总耗时
- 224ms
- 峰值内存
- 6.477 MiB