Wrong Answer
/in/foo.cc: In function 'bool poi(int)':
/in/foo.cc:7:15: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
return x|1&1;
~^~
/in/foo.cc: In function 'bool poi(int)':
/in/foo.cc:7:15: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
return x|1&1;
~^~