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
Input Specification
The first and only line will contain a string .
Ouput Specification
Output 3 lines. The first line will contain , followed by a question mark,
?
. The second line will contain , followed by a period,
.
. The third line will contain , followed by an exclamation mark,
!
.
Sample Input
Jerry
Sample Output
Jerry?
Jerry.
Jerry!
Comments