#P8761. Uppercase Conversion

    ID: 21925 Type: Default 1000ms 256MiB

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