Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:10:10: warning: format '%f' expects argument of type 'float *', but argument 2 has type 'double *' [-Wformat=] scanf("%f %f",&x[i],&y[i]); ^ /in/foo.c:10:13: warning: format '%f' expects argument of type 'float *', but argument 3 has type 'double *' [-Wformat=] scanf("%f %f",&x[i],&y[i]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1007 绕钉子的长绳子
- 语言
- C
- 递交时间
- 2019-05-06 00:19:41
- 评测时间
- 2019-05-06 00:19:41
- 评测机
- 分数
- 10
- 总耗时
- 4ms
- 峰值内存
- 220.0 KiB