记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:9:32: warning: format '%d' expects a matching 'int' argument [-Wformat=]
    9 |                 printf("%d %d %d",c,a);
      |                               ~^
      |                                |
      |                                int
foo.c:11:32: warning: format '%d' expects a matching 'int' argument [-Wformat=]
   11 |                 printf("%d %d %d",a,b);
      |                               ~^
      |                                |
      |                                int
foo.c:13:32: warning: format '%d' expects a matching 'int' argument [-Wformat=]
   13 |                 printf("%d %d %d",c,b);
      |                               ~^
      |                                |
      |                                int
foo.c:15:32: warning: format '%d' expects a matching 'int' argument [-Wformat=]
   15 |                 printf("%d %d %d",a,c);
      |                               ~^
      |                                |
      |                                int
foo.c:16:25: warning: format '%d' expects a matching 'int' argument [-Wformat=]
   16 |     else printf("%d %d %d",b,c);
      |                        ~^
      |                         |
      |                         int
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer User output longer than standard answer. 1ms 256.0 KiB
#2 Wrong Answer User output longer than standard answer. 1ms 256.0 KiB
#3 Wrong Answer User output longer than standard answer. 1ms 256.0 KiB
#4 Wrong Answer User output longer than standard answer. 1ms 256.0 KiB
#5 Accepted 1ms 256.0 KiB

信息

递交者
类型
递交
题目
A1-2 分支结构练习:三数的特征值
语言
C
递交时间
2022-10-04 15:13:52
评测时间
2022-10-04 15:13:52
评测机
分数
20
总耗时
7ms
峰值内存
256.0 KiB