Hide

Problem B
Kveðja

Languages en is
/problems/kvedja/file/statement/en/img-0001.jpg
Image from flickr.com

Mirko is writing an email client, and he is almost done with the program. However, he is missing a feature that automatically writes signatures at the end of emails.

Mirko asks you for help to implement this feature.

Input

The first line contains the name of the sender, which is a string of uppercase and lowercase English letters, with a minimum length of $1$ and a maximum length of $100$.

Output

Write "Kvedja," on one line, and the name of the recipient on the next line.

Scoring

Group

Points

Constraints

1

100

No further constraints

Sample Input 1 Sample Output 1
Slavko
Kvedja,
Slavko
Sample Input 2 Sample Output 2
Luka
Kvedja,
Luka

Please log in to submit a solution to this problem

Log in