Wrong Answer

foo.cc: In function 'int main()':
foo.cc:9:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
    9 |  if(a<b<c)
      |     ~^~
foo.cc:12:7: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   12 |   if(b<a<c)
      |      ~^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 5ms 512.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Wrong Answer Read 1000, expect 100. 4ms 384.0 KiB
#5 Wrong Answer Read 1000, expect 10. 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1704 求最小值
语言
C++
递交时间
2022-06-27 10:31:20
评测时间
2022-06-27 10:31:20
评测机
分数
60
总耗时
17ms
峰值内存
512.0 KiB