#AT2493. A - CAPS LOCK

A - CAPS LOCK

当前没有测试数据。

A - CAPS LOCK

Score : $100$ points

Problem Statement

You are given a string $S$ consisting of lowercase English letters.

Uppercase each character of $S$ and print the resulting string $T$.

Constraints

  • $S$ is a string consisting of lowercase English letters whose length is between $1$ and $100$, inclusive.

Input

The input is given from Standard Input in the following format:

SS

Output

Print $T$.


abc
ABC

Uppercase each character of abc, and you have ABC.


a
A

abcdefghjiklnmoqprstvuwxyz
ABCDEFGHJIKLNMOQPRSTVUWXYZ