3398. Bytes of int and long long

Naive基本数据类型输入输出

时间限制:1000 ms

内存限制:256 MiB

题面

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