Football clubs
In their survey, the company asks their customers which football club is their favorite.
The company wants to support the choice of the users, and therefore, wants to print a positive message about the football club. They want to print the club name followed by
is awesome!
.The company asks you to implement that program. Can you do that?
Here are some examples of how the program should behave for different inputs:
Input | Output |
Real Madrid | Real Madrid is awesome! |
Chelsea | Chelsea is awesome! |
Barcelona | Barcelona is awesome! |
Constraints
Time limit: 2 seconds
Memory limit: 512 MB
Output limit: 1 MB