foo.cc: In function 'int main()':
foo.cc:14:8: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
if(a<c<b<d)
~^~
foo.cc:14:10: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
if(a<c<b<d)
~~~^~
foo.cc:16:13: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
else if(a<c<d<b)
~^~
foo.cc:16:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
else if(a<c<d<b)
~~~^~
foo.cc:18:13: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
else if(c<a<d<b)
~^~
foo.cc:18:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
else if(c<a<d<b)
~~~^~
[Hydro](https://hydro.ac)提供评测服务