记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:9:17: warning: format '%f' expects argument of type 'float*', but argument 2 has type 'double*' [-Wformat=]
    9 |         scanf("%f",&k);
      |                ~^  ~~
      |                 |  |
      |                 |  double*
      |                 float*
      |                %lf
foo.cc:14:29: error: expected ';' before '}' token
   14 |             printf("%.2f",n)}
      |                             ^
      |                             ;
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1085 xf1-8交电费
比赛
2022年迎新赛(第二场)
语言
C++
递交时间
2022-08-27 10:04:11
评测时间
2022-08-27 10:04:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes