记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(a>b>c)
     ~^~
/in/foo.cc:10:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(a>c>b)
     ~^~
/in/foo.cc:13:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(b>a>c)
     ~^~
/in/foo.cc:16:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(b>c>a)
     ~^~
/in/foo.cc:19:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(c>b>a)
     ~^~
/in/foo.cc:22:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(c>a>b)
     ~^~
# 状态 耗时 内存占用
#1 Wrong Answer 6ms 372.0 KiB
#2 Wrong Answer 3ms 368.0 KiB
#3 Wrong Answer 4ms 384.0 KiB
#4 Wrong Answer 3ms 384.0 KiB

信息

递交者
类型
递交
题目
三个数排序
语言
C++
递交时间
2018-05-27 11:34:32
评测时间
2018-05-27 11:34:32
评测机
分数
0
总耗时
17ms
峰值内存
384.0 KiB