the input data %o is octal
1 is an octal constant. Equal to decimal 32768, equal to hexadecimal x8
if(z==1) is the same as the complement of the original code with positive sign bit
, that is, the complement of its own
negative number is the complement of the complement except sign bit plus the complement of 1
unsigned integer-puzzling.