Problem1615--首字母变大写

1615: 首字母变大写

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 70  Solved: 60
[Submit] [Status] [Web Board] [Creator:]

Description

输入一个英文句子,将每个单词的第一个字母改成大写字母

Input

输入长度不超过100的英文句子,占一行

Output

输出按照要求改写后的英文句子。

Sample Input Copy

i want to get an accepted

Sample Output Copy

I Want To Get An Accepted

Source/Category

55