beecrowd | 2581

I am Toorg!

By Ricardo Martins, IFSULDEMINAS BR Brazil

Timelimit: 1

Toorg is the wisest member of the group of heroes called The Protectors of the Milky Way. For any question, it has the ideal answer! Write a program that, given a question, tells Toorg's answer.

Input

The input will have several test cases. For each test case, a N number is displayed, which represents the number of test cases. Then there will be N lines, with questions asked for Toorg.

Output

For each test case, print Toorg's answer.

Input Sample Output Sample

3
Who are you?
How old are you?
What can I do for you?

I am Toorg!
I am Toorg!
I am Toorg!