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)提供评测服务