Your program should write the following lines with numbers to the output file:
k1 x1,1 x1,2 ... x1,m1
k2 x2,1 x2,2 ... x2,m2
...
ke xe,1 xe,2 ... xe,me
where ki is a number of moves the audience should make on the i-th turn (2N<=k<=10000). All ki should be different (i.e. ki <> kj when i <> j). x
i,1, x
i,2, ... , x
i, mi are the numbers of the pictures David should remove after the audience will make ki moves (the number of the pictures removed is arbitrary, but each picture should be listed only once, and at least one picture should be removed on each turn).
A description of the every next turn should begin with a new line. All numbers on each line should be separated by one space. After e iterations, all pictures except one should be removed.