Wrong Answer

foo.cc: In function 'int main()':
foo.cc:7:13: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
    7 |         if(a<=w<=e)
      |            ~^~~
foo.cc:13:21: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   13 |                 if(w<=a<=e)
      |                    ~^~~
foo.cc:19:29: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   19 |                         if(e<=a<=w)
      |                            ~^~~
foo.cc:25:37: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   25 |                                 if(a<=e<=w)
      |                                    ~^~~
foo.cc:30:37: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   30 |                                 if(w<=e<=a)
      |                                    ~^~~
foo.cc:36:45: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   36 |                                         if(e<=w<=a)
      |                                            ~^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 2, expect 1. 4ms 412.0 KiB
#2 Wrong Answer Read 2, expect 1. 4ms 412.0 KiB
#3 Wrong Answer Read 3, expect 1. 3ms 412.0 KiB
#4 Accepted 3ms 412.0 KiB
#5 Accepted 3ms 412.0 KiB

信息

递交者
类型
递交
题目
P1015 最小数
语言
C++
递交时间
2023-11-19 21:21:30
评测时间
2023-11-19 21:21:30
评测机
分数
40
总耗时
19ms
峰值内存
412.0 KiB