记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:7:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
    7 |         if (a > b > c)
      |             ~~^~~
foo.c:9:20: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
    9 |         else if (a > c > b)
      |                  ~~^~~
foo.c:13:20: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   13 |         else if (b > a > c)
      |                  ~~^~~
foo.c:17:20: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   17 |         else if (b > c > a)
      |                  ~~^~~
foo.c:21:20: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   21 |         else if (c > a > b)
      |                  ~~^~~
foo.c:25:20: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   25 |         else if (c > b > a)
      |                  ~~^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer 0a1 > 5 3 2 1ms 256.0 KiB
#2 Wrong Answer 0a1 > 5 3 2 2ms 256.0 KiB
#3 Wrong Answer 0a1 > 5 3 2 2ms 384.0 KiB
#4 Wrong Answer 0a1 > 5 3 2 2ms 256.0 KiB
#5 Wrong Answer 0a1 > 5 3 2 2ms 256.0 KiB

信息

递交者
类型
递交
题目
A1-1 分支结构练习:三数排序
比赛
2022年迎新赛(第一场)
语言
C
递交时间
2022-08-15 19:57:43
评测时间
2022-08-15 19:57:43
评测机
分数
0
总耗时
10ms
峰值内存
384.0 KiB