Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:17:59: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'double*' [-Wformat=] for (int i=0; i<n; i++) scanf("%d%d", &a[i].x, &a[i].y); ^ /in/foo.cc:17:59: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'double*' [-Wformat=]
信息
- 递交者
- 类型
- 递交
- 题目
- Violet
- 语言
- C++
- 递交时间
- 2018-09-16 15:49:19
- 评测时间
- 2018-09-16 15:49:19
- 评测机
- 分数
- 280
- 总耗时
- 1507ms
- 峰值内存
- 9.211 MiB