#P8761. Uppercase Conversion
Uppercase Conversion
Uppercase Conversion
Given a string that contains only uppercase and lowercase letters, convert all lowercase letters to uppercase letters and output the resulting string.
inputFormat
The input consists of a single line containing a string composed only of English letters.
outputFormat
Output the string after converting all lowercase letters to uppercase.
sample
abc
ABC