#P62. 练12.1整型数据类型存储空间大小

练12.1整型数据类型存储空间大小

Description

Define one variable each of type int and short, and output their storage space sizes (in bytes) in order.

Input Format

None

Output Format

One line containing two integers representing the storage space sizes of the two variables, separated by a space.

Sample

None
None