Wrong Answer
foo.c: In function 'main':
foo.c:7:23: warning: format '%f' expects argument of type 'float *', but argument 4 has type 'double *' [-Wformat=]
    7 |         scanf("%d %d %f",&a,&m,&k);
      |                      ~^        ~~
      |                       |        |
      |                       float *  double *
      |                      %lf
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1085 xf1-8交电费
 - 比赛
 - 2022年迎新赛(第二场)
 - 语言
 - C
 - 递交时间
 - 2022-08-27 10:22:54
 - 评测时间
 - 2022-08-27 10:22:54
 - 评测机
 
- 分数
 - 40
 - 总耗时
 - 15ms
 - 峰值内存
 - 256.0 KiB