Accepted

foo.cc: In function 'int main()':
foo.cc:12:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   12 |         if(x>z&&x<y||x>y&&x<z)
      |            ~~~^~~~~
foo.cc:14:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   14 |         if(y>z&&y<x||y>x&&y<z)
      |            ~~~^~~~~
foo.cc:16:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   16 |         if(z>x&&z<y||z>y&&z<x)
      |            ~~~^~~~~
foo.cc:24:40: warning: 'third' may be used uninitialized in this function [-Wmaybe-uninitialized]
   24 |         cout<<first<<' '<<second<<' '<<third;
      |                                        ^~~~~
foo.cc:24:35: warning: 'second' may be used uninitialized in this function [-Wmaybe-uninitialized]
   24 |         cout<<first<<' '<<second<<' '<<third;
      |                                   ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 412.0 KiB
#2 Accepted 5ms 412.0 KiB
#3 Accepted 4ms 412.0 KiB
#4 Accepted 4ms 412.0 KiB
#5 Accepted 4ms 412.0 KiB

信息

递交者
类型
递交
语言
C++
递交时间
2023-07-21 12:14:39
评测时间
2023-07-21 12:14:39
评测机
分数
100
总耗时
22ms
峰值内存
412.0 KiB