记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:7: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
 if (a > b>c)
     ~~^~~
/in/foo.cc:17:12: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
 else if (a > c > b)
          ~~^~~
/in/foo.cc:21:12: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
 else if (b >a >c)
          ~~^~
/in/foo.cc:25:12: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
 else if (b > c > a)
          ~~^~~
/in/foo.cc:29:12: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
 else if (c >a > b)
          ~~^~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 436.0 KiB
#2 Wrong Answer 2ms 1.238 MiB
#3 Wrong Answer 1ms 340.0 KiB
#4 Wrong Answer 1ms 348.0 KiB
#5 Wrong Answer 1ms 336.0 KiB

信息

递交者
类型
递交
题目
A1-1 分支结构练习:三数排序
语言
C++
递交时间
2024-08-23 16:48:37
评测时间
2024-08-23 16:48:37
评测机
分数
0
总耗时
7ms
峰值内存
1.238 MiB