Problem2116--Find bytes of data type

2116: Find bytes of data type

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 152  Solved: 17
[Submit] [Status] [Web Board] [Creator:]

Description

This problem requires printing the number of bytes occupied by a data type.

Input

Data type, such as:char,short,int,long,unsigned int...

Output

The number of bytes occupied by a data type

Sample Input Copy

char

Sample Output Copy

1

Source/Category

158