100 #ABC059A. [ABC059A] Three-letter acronym

[ABC059A] Three-letter acronym

Score : 100100 points

Problem Statement

You are given three words s1s_1, s2s_2 and s3s_3, each composed of lowercase English letters, with spaces in between. Print the acronym formed from the uppercased initial letters of the words.

Constraints

  • s1s_1, s2s_2 and s3s_3 are composed of lowercase English letters.
  • 1si10(1i3)1 \leq |s_i| \leq 10 (1 \leq i \leq 3)

Input

Input is given from Standard Input in the following format:

s1s_1 s2s_2 s3s_3

Output

Print the answer.

atcoder beginner contest
ABC

The initial letters of atcoder, beginner and contest are a, b and c. Uppercase and concatenate them to obtain ABC.

resident register number
RRN
k nearest neighbor
KNN
async layered coding
ALC