Accepted
/in/foo.cc: In function 'long long int qpow(int, int)':
/in/foo.cc:54:16: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
if (b&1==1){
~^~~
/in/foo.cc: In function 'long long int qpow(int, int)':
/in/foo.cc:54:16: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
if (b&1==1){
~^~~