Wrong Answer
foo.cc: In function 'int main()':
foo.cc:5:13: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'double*' [-Wformat=]
    5 |     scanf("%d %lf %lf",&a,&m,&k);
      |            ~^          ~~
      |             |          |
      |             int*       double*
      |            %le
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1085 xf1-8交电费
 - 比赛
 - 2023 程序设计与竞赛(作业1:见面赛)
 - 语言
 - C++
 - 递交时间
 - 2023-09-16 12:55:52
 - 评测时间
 - 2023-09-16 12:55:52
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 20ms
 - 峰值内存
 - 332.0 KiB