2569. Capitalize

Naive字符串

时间限制:2000 ms

内存限制:256 MiB

题面

Write a program which replace all the lower-case letters of a given text with the corresponding captital letters.

输入格式

A text including lower-case letters, periods, and space.

输出格式

Output The converted text.

样例

输入

welcome to east china normal university.

输出

WELCOME TO EAST CHINA NORMAL UNIVERSITY.