Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:13:50: 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%d",&x[i],&y[i]); ^ /in/foo.cc:13:50: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
信息
- 递交者
- 类型
- 递交
- 题目
- 揣安苟
- 比赛
- XMUACM2018区域赛资格赛一
- 语言
- C++
- 递交时间
- 2018-09-07 09:29:02
- 评测时间
- 2018-09-07 10:12:17
- 评测机
- 分数
- 100
- 总耗时
- 48ms
- 峰值内存
- 512.0 KiB