Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:6:11: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'double *' [-Wformat=] scanf("%d %d %d",&a,&m,&k); ^ /in/foo.c:6:14: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'double *' [-Wformat=] scanf("%d %d %d",&a,&m,&k); ^ /in/foo.c:6:17: warning: format '%d' expects argument of type 'int *', but argument 4 has type 'double *' [-Wformat=] scanf("%d %d %d",&a,&m,&k); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1085 xf1-8交电费
- 语言
- C
- 递交时间
- 2023-10-12 20:00:23
- 评测时间
- 2023-10-12 20:01:02
- 评测机
- 分数
- 40
- 总耗时
- 6ms
- 峰值内存
- 360.0 KiB