记录详情

Wrong Answer

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

信息

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