Amplitude Hackathon '23 Problem 1 - Company Values

View as PDF

Submit solution

Points: 0 (partial)
Time limit: 1.0s
Memory limit: 1G

Problem type

Jeffrey wants to know, do you remember our company values?

Constraints

c 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, c.

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


  • 0
    thomas_li  commented on Feb. 14, 2024, 2:29 a.m.

    hmmm 0 point problem