Preparando MOJI

CAPS LOCK ON

2000ms 65536K

Description:

You are given a string which consists of letters and other characters. Convert it to uppercase, i.e., replace all lowercase letters with corresponding uppercase ones. Keep the rest of characters unchanged.

Input:

The only line of input contains a string between 1 and 100 characters long. Each character of the string has ASCII-code between 33 (exclamation mark) and 126 (tilde), inclusive.

Output:

Output the given string, converted to uppercase.

Sample Input:

cOdEfOrCeS

Sample Output:

CODEFORCES

Sample Input:

ulr#4:befunge-RULES!

Sample Output:

ULR#4:BEFUNGE-RULES!

Informação

Codeforces

Provedor Codeforces

Código CF130G

Tags

*special

Submetido 0

BOUA! 0

Taxa de BOUA's 0%

Datas 09/05/2023 08:33:41

Relacionados

Nada ainda