题面
Print byte of a variable of type int
in one line.
Do the same with variables of type unsigned
, char
, short
, long
, long long
.
Print byte of a literal 100
in one line.
Do the same with literals: -100, 12345u, 12345L, 12345LL, 1234567890, 12345678900, 0x12345670,0x1234567890