Wrong Answer
/in/foo.c: In function 'poww':
/in/foo.c:8:13: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
if(b&1!=0)
^
/in/foo.c: In function 'poww':
/in/foo.c:8:13: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
if(b&1!=0)
^