ICS Contest 1 Problem 1 - Jerry? Jerry. Jerry!

View as PDF

Submit solution

Points: 3
Time limit: 1.0s
Memory limit: 64M

Author:
Problem type
Allowed languages
Java

Fan-favourite Hypixel Skyblock mayor Jerry loves to say his name (a bit of a narcissist if you ask me). Let's copy how he speaks. Maybe we'll learn why he's so popular!

Constraints

Ok we don't really need them, but |S| < 100

Input Specification

The first and only line will contain a string S.

Ouput Specification

Output 3 lines. The first line will contain S, followed by a question mark, ?. The second line will contain S, followed by a period, .. The third line will contain S, followed by an exclamation mark, !.

Sample Input

Jerry

Sample Output

Jerry?
Jerry.
Jerry!

Comments

There are no comments at the moment.