#Lutece1040. Great Inversion

Great Inversion

Migrated from Lutece 1040 Great Inversion

All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.

Description

There is an array AA with length of nn. Ai(1Aim)A_i (1 \leq A_i \leq m) is the ithi_{th} element in AA. Please find a possible situation of AA so that the inversion number is exactly KK.

Input

Only three integers indicating nn, mm, kk.

1mn1000,1k10000001 \leq m \leq n \leq 1000, 1 \leq k \leq 1000000

Output

nn numbers in a line indicating AA if there is a solution, If there are multiple solutions, you may print any of them. Otherwise output -1 instead.

Samples

5 3 2
1 1 2 1 1

Note

Inversion

Resources

The 13th UESTC Programming Contest Preliminary