CAPL - String
String is an important part of C programming. Though it's so easy, new programmers think it's hard. You will be given a string and you need to print it but the first letter of every word will be in capital letter.
Input
You will be given a string. String will have no more than 50000 characters. The string is a line and words are space separated.
Output
print the string as discribed in the problem statement.
Example
Input: I am a student oF SEC. Output: I Am A Student OF SEC.
hide comments
David:
2021-02-04 17:59:25
Is the input always 1 string of words, or will there be multiple lines?
|
|
nadstratosfer:
2017-12-05 01:48:42
Code that contains nothing but:
|
|
nerdyninja:
2017-12-03 15:47:05
move to tutorial |
Added by: | sabbir |
Date: | 2017-12-02 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All |