Daily lotto

No attempts yetTime limit1sMemory limit256 MB

Problem

Print six distinct integers from 11 to 4545 on one line, separated by spaces. The six numbers must be in increasing order.

Write the six numbers as a1,a2,a3,a4,a5,a6a_1, a_2, a_3, a_4, a_5, a_6. They must satisfy

1a1<a2<a3<a4<a5<a6451 \le a_1 < a_2 < a_3 < a_4 < a_5 < a_6 \le 45

If more than one sequence satisfies the conditions, print the lexicographically smallest sequence.

Input

This problem has no input.

Output

Print six distinct integers between 11 and 4545 in increasing order, separated by spaces.