Print six distinct integers from 1 to 45 on one line, separated by spaces. The six numbers must be in increasing order.
Write the six numbers as a1,a2,a3,a4,a5,a6. They must satisfy
1≤a1<a2<a3<a4<a5<a6≤45
If more than one sequence satisfies the conditions, print the lexicographically smallest sequence.
This problem has no input.
Print six distinct integers between 1 and 45 in increasing order, separated by spaces.