2710: CTK03 字母大小写转换

Memory Limit:256 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:1 Solved:1

Description

输入一个小写字母,输出其对应的大写字母。

Input

输入一个小写字母。

Output

输出小写字母所对应的大写字母。

Sample Input Copy

b

Sample Output Copy

B

HINT