P5733 [Shenji 6. Example 1] Auto Correction

Description

As everyone knows, some office software has a function that automatically converts letters to uppercase. Input a string with length no more than $100$ and without spaces. You need to change all lowercase letters in the string into uppercase letters and output it.

Input Format

Input one line: a string.

Output Format

Output a string, which is the original string with all lowercase letters converted to uppercase letters.

Explanation/Hint

Translated by ChatGPT 5