atcoder#ABC292A. [ABC292A] CAPS LOCK
[ABC292A] CAPS LOCK
Score : points
Problem Statement
You are given a string consisting of lowercase English letters.
Uppercase each character of and print the resulting string .
Constraints
- is a string consisting of lowercase English letters whose length is between and , inclusive.
Input
The input is given from Standard Input in the following format:
Output
Print .
abc
ABC
Uppercase each character of abc
, and you have ABC
.
a
A
abcdefghjiklnmoqprstvuwxyz
ABCDEFGHJIKLNMOQPRSTVUWXYZ