Submit solution

Points: 0.01
Time limit: 1.0s
Memory limit: 64M
Input: stdin
Output: stdout

Authors:
Problem type

Viết chương trình nhập vào một ký tự c in thường (a, ..., z) và hiển thị lên màn hình ký tự IN HOA tương ứng (A, ..., Z).

Input

Một dòng duy nhất chứa một ký tự c duy nhất

Output

Một dòng duy nhất là ký tự in hoa của c

Examples

Input

c

Output

C

Input

e

Output

E

Comments

Please read the guidelines before commenting.


There are no comments at the moment.