记录详情

Runtime Error

foo.c: In function 'main':
foo.c:6:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int' [-Wformat=]
    6 |         scanf("%d %d %d",a,m,k);
      |                ~^        ~
      |                 |        |
      |                 int *    int
foo.c:6:20: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'int' [-Wformat=]
    6 |         scanf("%d %d %d",a,m,k);
      |                   ~^       ~
      |                    |       |
      |                    int *   int
foo.c:6:23: warning: format '%d' expects argument of type 'int *', but argument 4 has type 'int' [-Wformat=]
    6 |         scanf("%d %d %d",a,m,k);
      |                      ~^      ~
      |                       |      |
      |                       int *  int
foo.c:17:20: warning: format '%f' expects argument of type 'double', but argument 2 has type 'int' [-Wformat=]
   17 |         printf("%.2f",i);
      |                 ~~~^  ~
      |                    |  |
      |                    |  int
      |                    double
      |                 %.2d
foo.c:6:9: warning: 'a' is used uninitialized [-Wuninitialized]
    6 |         scanf("%d %d %d",a,m,k);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
foo.c:6:9: warning: 'm' is used uninitialized [-Wuninitialized]
foo.c:6:9: warning: 'k' is used uninitialized [-Wuninitialized]
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 1ms 384.0 KiB
#2 Runtime Error Segmentation fault 1ms 384.0 KiB
#3 Runtime Error Segmentation fault 2ms 256.0 KiB
#4 Runtime Error Segmentation fault 1ms 256.0 KiB
#5 Runtime Error Segmentation fault 3ms 256.0 KiB

信息

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