반응형
[codeforces] A. Word Capitalization
알고리즘(Python,Java)2019. 8. 24. 17:51[codeforces] A. Word Capitalization

problem Capitalization is writing a word with its first letter as a capital letter. Your task is to capitalize the given word. Note, that during capitalization all the letters except the first one remains unchanged. Input A single line contains a non-empty word. This word consists of lowercase and uppercase English letters. The length of the word will not exceed 103. Output Output the given word..

반응형
image