Jeffrey wants to know, do you remember our company values?
Constraints
will be the first letter of one of our company values.
Input Specification
The first and only line of input contains a single uppercase letter, .
Output Specification
Output the company value that starts with that letter. The automated checker is case-sensitive, please refer to the samples for how to properly format your answer.
Note on Samples
For this problem and this problem only, you do not need to pass the samples provided. The samples are only provided to show the expected formatting.
Sample Input 1
S
Sample Output 1
Spenser
Sample Explanation 1
In the event the company value is just one word, you must spell the company value correctly and the first letter must be capitalized. All other letters must be lowercase.
Sample Input 2
C
Sample Output 2
Curtis Liu
Sample Explanation 2
In the event the company value is two or more words, you must spell the company value correctly and words must be space-separated. Every word must be capitalized and all other letters must be lowercase.
Comments
hmmm 0 point problem