Wrong Answer
/in/foo.c: In function 'main':
/in/foo.c:6:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
 if (a<b<c)
     ~^~
/in/foo.c:8:5: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
 if(b<c<a)
    ~^~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1001 第四章题目----三位数比较大小
 - 语言
 - C
 - 递交时间
 - 2019-11-14 16:51:05
 - 评测时间
 - 2019-11-14 16:51:05
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 7ms
 - 峰值内存
 - 212.0 KiB