beecrowd | 3302

Correct Answer

By Ricardo Martins, Instituto Federal do Sul de Minas Gerais BR Brazil

Timelimit: 1

Roumes was an above average student. In math tests, he always got a maximum score, getting all the maths right, but his secret wasn't in doing the math correctly. He interpreted what he saw in the environment around him and he could deduce the answers to the questions. You too can be someone special, just like Roumes.

Input

Input consists of several test cases. Each case contains a number N, representing the number of questions. The next N lines show what you saw to get to the answer.

Output

For each question asked, print the word 'resposta', followed by a space, then the question number, a colon, a space and the answer.

Input Samples Output Samples

3

10

20

30

resposta 1: 10

resposta 2: 20

resposta 3: 30

2

40

50

resposta 1: 40

resposta 2: 50