2022级统计计算机双学位《程序设计原理与C语言》上机作业

1010. Bytes of int and long long

单点时限: 1.0 sec

内存限制: 256 MB

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