You need to find a solution to make the number of the rest edges less than .
An integer
(
) --- the number of vertices in the complete graph.
The first line contains an integer--- the number of times you delete edges.
In the nextlines, each line contains three integers
--- the vertices you choose each time.
If there are multiple solutions, print any of them. Note that you just need to make the number of the rest edges less than
. You don't need to minimize the number.