#Z15310. 将字符串中的小写字母转换成大写字母

将字符串中的小写字母转换成大写字母

Description

Given a string, convert all lowercase letters in it to uppercase letters.

Input Format

Input one line containing a string (length not exceeding 100, may include spaces).

Output Format

Output the converted string.

helloworld123Ha

HELLOWORLD123HA