记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:5:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'float *' [-Wformat=]
    5 |         scanf("%d",&a);
      |                ~^  ~~
      |                 |  |
      |                 |  float *
      |                 int *
      |                %e
foo.c:6:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'float *' [-Wformat=]
    6 |         scanf("%d",&m);
      |                ~^  ~~
      |                 |  |
      |                 |  float *
      |                 int *
      |                %e
foo.c:7:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'float *' [-Wformat=]
    7 |         scanf("%d",&k);
      |                ~^  ~~
      |                 |  |
      |                 |  float *
      |                 int *
      |                %e
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Wrong Answer Read 0.00, expect 1.14. 1ms 384.0 KiB
#3 Wrong Answer Read 0.00, expect 1643.30. 3ms 256.0 KiB
#4 Wrong Answer Read 0.00, expect 4.65. 2ms 256.0 KiB
#5 Accepted 6ms 384.0 KiB

信息

递交者
类型
递交
题目
P1085 xf1-8交电费
比赛
2022年迎新赛(第二场)
语言
C
递交时间
2022-08-27 19:30:25
评测时间
2022-08-27 19:30:36
评测机
分数
40
总耗时
16ms
峰值内存
384.0 KiB