12424 - SHOUT AT ME   

Description

In general, using ALL CAPITAL LETTERS is considered rude, and may be interpreted as screaming or shouting in written text.

ALSO, IT SEEMS A LITTLE HARDER TO READ.

A crazy guy tring to do some bad thing with above idea. he want to translate all lowercase letter to uppercase letter!!!

Note : If you are using visual studio, add #pragma warning(disable:4996) in the first line so that you can use scanf on your local machine.

Input

A string consisting of only lowercase letters, whose length does not exceed 100.

(hint: there will be a newline character '\n' after the input string).

Output

A string consisting of only uppercase letters, followed by a newline character.

Sample Input  Download

Sample Output  Download

Tags




Discuss