Problem1647--exam-Capitalization

1647: exam-Capitalization

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

Description

Input an English sentence, change the first letter of each word to capital letter, except some words, such as of, am, to, a, an, are, is

Input

Input English sentences no more than 50 in length, occupying one line

Output

Output English sentences rewritten as required.

Sample Input Copy

i want to get an accepted

Sample Output Copy

I Want to Get an Accepted

Source/Category

135