Hide

Problem M
Takk fyrir mig

/problems/takkfyrirmig/file/statement/en/img-0001.jpg
Image from flickr.com

Little Sigrún is celebrating her birthday today and is expecting a lot of guests. She’s very excited to receive all the packages, but her mother has reminded her to thank people when they give her gifts. Can you help Sigrún in thanking people?

Input

The first line of the input contains an integer $n$ ($1 \leq n \leq 10^3$), the number of guests coming to the party and intending to give Sigrún a gift. Then there are $n$ lines, each containing the name of a guest. Each name only contains English letters and no spaces.

Output

For each guest, print a single line containing Takk name, where name is the name of the guest.

Scoring

Group

Points

Constraints

1

100

No further constraints

Sample Input 1 Sample Output 1
3
Arnar
Bjarki
Bernhard
Takk Arnar
Takk Bjarki
Takk Bernhard
Sample Input 2 Sample Output 2
1
BjarniJokull
Takk BjarniJokull

Please log in to submit a solution to this problem

Log in