2435 - 【入门】大写才输出
Time Limit : 1 秒
Memory Limit : 128 MB
读入一个字符串,并将这个字符串中的大写字母输出出来。
Input
一个字符串
Output
字符串中的大写字母
Examples
Input
ABcdEFg
Output
ABEF