Statement
Statement language
The -th DOJ Beginner Contest is being held.
The contest name consists of the string DOJ beginner contest, followed by one space and the contest number .
Print the contest name corresponding to the given .
Input
The input is given from Standard Input in the following format:
Each case is given in the following format:
Output
For each test case, print the string DOJ beginner contest, followed by one space and the given integer , on one line.
Constraints
- .
- .
Subtasks
Samples
Input
3
1
42
100
Output
DOJ beginner contest 1
DOJ beginner contest 42
DOJ beginner contest 100
For each test case, the given contest number is appended to the contest name in the required format.