toUpperCase
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
One line of characters is given. Convert all LowerCase letters of the English alphabet to UpperCase.
Input
One line of no more than characters.
Output
Print the same line of characters, where all LowerCase letters of the English alphabet are converted to UpperCase.
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 77%