记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:11:23: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   11 |                 if ((c<a&a<b)||(b<a&b<c))
      |                      ~^~
foo.c:11:34: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   11 |                 if ((c<a&a<b)||(b<a&b<c))
      |                                 ~^~
foo.c:13:16: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   13 |         if ((c < b &b<a) || (a < b &b< c))
      |              ~~^~~
foo.c:13:32: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   13 |         if ((c < b &b<a) || (a < b &b< c))
      |                              ~~^~~
foo.c:15:16: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   15 |         if ((b < c &c< a) || (a < c &c< a))
      |              ~~^~~
foo.c:15:33: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   15 |         if ((b < c &c< a) || (a < c &c< a))
      |                               ~~^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 5, expect 3. 2ms 284.0 KiB

信息

递交者
类型
自测
题目
A1-2 分支结构练习:三数的特征值
语言
C
递交时间
2023-09-24 19:48:45
评测时间
2023-09-24 19:48:45
评测机
分数
0
总耗时
2ms
峰值内存
284.0 KiB