/in/foo.cc: In function 'int main()':
/in/foo.cc:6:12: warning: comparison of constant '60' with boolean expression is always false [-Wbool-compare]
if((100>=a>=60)&&(100>=b>=60)&&(100>=c>=60))
~~~~~~^~~~
/in/foo.cc:6:9: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
if((100>=a>=60)&&(100>=b>=60)&&(100>=c>=60))
~~~^~~
/in/foo.cc:6:26: warning: comparison of constant '60' with boolean expression is always false [-Wbool-compare]
if((100>=a>=60)&&(100>=b>=60)&&(100>=c>=60))
~~~~~~^~~~
/in/foo.cc:6:23: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
if((100>=a>=60)&&(100>=b>=60)&&(100>=c>=60))
~~~^~~
/in/foo.cc:6:40: warning: comparison of constant '60' with boolean expression is always false [-Wbool-compare]
if((100>=a>=60)&&(100>=b>=60)&&(100>=c>=60))
~~~~~~^~~~
/in/foo.cc:6:37: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
if((100>=a>=60)&&(100>=b>=60)&&(100>=c>=60))
~~~^~~
/in/foo.cc:8:18: warning: comparison of constant '60' with boolean expression is always false [-Wbool-compare]
else if(((100>=a>=60)&&(100>=b>=60)&&(c<60))||((100>=a>=60)&&(b<60)&&(100>=c>=60))||((a<60)&&(100>=b>=60)&&(100>=c>=60)))
~~~~~~^~~~
/in/foo.cc:8:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
else if(((100>=a>=60)&&(100>=b>=60)&&(c<60))||((100>=a>=60)&&(b<60)&&(100>=c>=60))||((a<60)&&(100>=b>=60)&&(100>=c>=60)))
~~~^~~
/in/foo.cc:8:32: warning: comparison of constant '60' with boolean expression is always false [-Wbool-compare]
else if(((100>=a>=60)&&(100>=b>=60)&&(c<60))||((100>=a>=60)&&(b<60)&&(100>=c>=60))||((a<60)&&(100>=b>=60)&&(100>=c>=60)))
~~~~~~^~~~
/in/foo.cc:8:29: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
else if(((100>=a>=60)&&(100>=b>=60)&&(c<60))||((100>=a>=60)&&(b<60)&&(100>=c>=60))||((a<60)&&(100>=b>=60)&&(100>=c>=60)))
~~~^~~
/in/foo.cc:8:56: warning: comparison of constant '60' with boolean expression is always false [-Wbool-compare]
else if(((100>=a>=60)&&(100>=b>=60)&&(c<60))||((100>=a>=60)&&(b<60)&&(100>=c>=60))||((a<60)&&(100>=b>=60)&&(100>=c>=60)))
~~~~~~^~~~
/in/foo.cc:8:53: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
else if(((100>=a>=60)&&(100>=b>=60)&&(c<60))||((100>=a>=60)&&(b<60)&&(100>=c>=60))||((a<60)&&(100>=b>=60)&&(100>=c>=60)))
~~~^~~
/in/foo.cc:8:78: warning: comparison of constant '60' with boolean expression is always false [-Wbool-compare]
else if(((100>=a>=60)&&(100>=b>=60)&&(c<60))||((100>=a>=60)&&(b<60)&&(100>=c>=60))||((a<60)&&(100>=b>=60)&&(100>=c>=60)))
~~~~~~^~~~
/in/foo.cc:8:75: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
else if(((100>=a>=60)&&(100>=b>=60)&&(c<60))||((100>=a>=60)&&(b<60)&&(100>=c>=60))||((a<60)&&(100>=b>=60)&&(100>=c>=60)))
~~~^~~
/in/foo.cc:8:102: warning: comparison of constant '60' with boolean expression is always false [-Wbool-compare]
else if(((100>=a>=60)&&(100>=b>=60)&&(c<60))||((100>=a>=60)&&(b<60)&&(100>=c>=60))||((a<60)&&(100>=b>=60)&&(100>=c>=60)))
~~~~~~^~~~
/in/foo.cc:8:99: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
else if(((100>=a>=60)&&(100>=b>=60)&&(c<60))||((100>=a>=60)&&(b<60)&&(100>=c>=60))||((a<60)&&(100>=b>=60)&&(100>=c>=60)))
~~~^~~
/in/foo.cc:8:116: warning: comparison of constant '60' with boolean expression is always false [-Wbool-compare]
else if(((100>=a>=60)&&(100>=b>=60)&&(c<60))||((100>=a>=60)&&(b<60)&&(100>=c>=60))||((a<60)&&(100>=b>=60)&&(100>=c>=60)))
~~~~~~^~~~
/in/foo.cc:8:113: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
else if(((100>=a>=60)&&(100>=b>=60)&&(c<60))||((100>=a>=60)&&(b<60)&&(100>=c>=60))||((a<60)&&(100>=b>=60)&&(100>=c>=60)))
~~~^~~
/in/foo.cc:10:18: warning: comparison of constant '60' with boolean expression is always false [-Wbool-compare]
else if(((100>=a>=60)&&(b<60)&&(c<60))||((a<60)&&(100>=b>=60)&&(c<60))||((a<60)&&(b<60)&&(100>=c>=60)))
~~~~~~^~~~
/in/foo.cc:10:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
else if(((100>=a>=60)&&(b<60)&&(c<60))||((a<60)&&(100>=b>=60)&&(c<60))||((a<60)&&(b<60)&&(100>=c>=60)))
~~~^~~
/in/foo.cc:10:58: warning: comparison of constant '60' with boolean expression is always false [-Wbool-compare]
else if(((100>=a>=60)&&(b<60)&&(c<60))||((a<60)&&(100>=b>=60)&&(c<60))||((a<60)&&(b<60)&&(100>=c>=60)))
~~~~~~^~~~
/in/foo.cc:10:55: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
else if(((100>=a>=60)&&(b<60)&&(c<60))||((a<60)&&(100>=b>=60)&&(c<60))||((a<60)&&(b<60)&&(100>=c>=60)))
~~~^~~
/in/foo.cc:10:98: warning: comparison of constant '60' with boolean expression is always false [-Wbool-compare]
else if(((100>=a>=60)&&(b<60)&&(c<60))||((a<60)&&(100>=b>=60)&&(c<60))||((a<60)&&(b<60)&&(100>=c>=60)))
~~~~~~^~~~
/in/foo.cc:10:95: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
else if(((100>=a>=60)&&(b<60)&&(c<60))||((a<60)&&(100>=b>=60)&&(c<60))||((a<60)&&(b<60)&&(100>=c>=60)))
~~~^~~