Preparando MOJI

Word Capitalization

2000ms 262144K

Description:

Capitalization is writing a word with its first letter as a capital letter. Your task is to capitalize the given word.

Note, that during capitalization all the letters except the first one remains unchanged.

Input:

A single line contains a non-empty word. This word consists of lowercase and uppercase English letters. The length of the word will not exceed 103.

Output:

Output the given word after capitalization.

Sample Input:

ApPLe

Sample Output:

ApPLe

Sample Input:

konjac

Sample Output:

Konjac

Informação

Codeforces

Provedor Codeforces

Código CF281A

Tags

implementationstrings

Submetido 0

BOUA! 0

Taxa de BOUA's 0%

Datas 09/05/2023 08:42:30

Relacionados

Nada ainda