/in/foo.cc: In function 'int main()':
/in/foo.cc:14:45: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
for(int f=1;f<10;f++)if(f!=a&&f!=b&&f!=c&&f!=d&f!=e)
~^~~
/in/foo.cc:15:45: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
for(int g=1;g<10;g++)if(g!=a&&g!=b&&g!=c&&g!=d&g!=e&&g!=f)
~^~~
/in/foo.cc:16:45: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
for(int h=1;h<10;h++)if(h!=a&&h!=b&&h!=c&&h!=d&h!=e&&h!=f&&h!=g)
~^~~
/in/foo.cc:17:45: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
for(int i=1;i<10;i++)if(i!=a&&i!=b&&i!=c&&i!=d&i!=e&&i!=f&&i!=g&&i!=h){
~^~~