#P83. 练15.1 其他数据类型存储空间大小

练15.1 其他数据类型存储空间大小

Description

Define one variable each of type bool and char, 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