Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:95:29: warning: format '%Lf' expects argument of type 'long double*', but argument 2 has type 'double*' [-Wformat=] scanf("%Lf", &a[i].x); ^ /in/foo.cc:96:29: warning: format '%Lf' expects argument of type 'long double*', but argument 2 has type 'double*' [-Wformat=] scanf("%Lf", &a[i].y); ^ /in/foo.cc:97:31: warning: format '%Lf' expects argument of type 'long double*', but argument 2 has type 'double*' [-Wformat=] scanf("%Lf", &a[i].dis); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1450 包裹快递
- 语言
- C++
- 递交时间
- 2019-10-28 10:22:38
- 评测时间
- 2019-10-28 10:22:38
- 评测机
- 分数
- 0
- 总耗时
- 224ms
- 峰值内存
- 4.57 MiB