Problem of The Day 6 January — UpUp

Ashish Patel
Codebrace
Published in
1 min readJan 6, 2017

You are given a string S. S consists of several words separated by one or more spaces. Word consists of Latin letters as well as other symbols (but not spaces).
In each word which starts from lowercase Latin letter replace starting letter with uppercase Latin letter.

Input
The only line contains S

Output
Output one line with modified string S.

Constraints
1 <= length of S <= 30 000

SAMPLE INPUT

Wish you were here

SAMPLE OUTPUT

Wish You Were HereProblem Link:UpUpSolution will be posted tomorrow

--

--

Ashish Patel
Codebrace

Big Data Engineer at Skyscanner , loves Competitive programming, Big Data.