1173: 词组缩写

Memory Limit:32 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:182 Solved:53

Description

定义:一个词组中每个单词的首字母的大写组合称为该词组的缩写。
比如,C语言里常用的EOF就是end of file的缩写。

Input

输入一行有一个词组,每个词组由一个或多个单词组成;每组的单词个数不超过10个,每个单词有一个或多个大写或小写字母组成。

Output

输出一行规定的词组缩写。

Sample Input Copy

end of file

Sample Output Copy

EOF