Your task is to determine one possible binary array A of length N that abides by M given constraints of the form:
The first line of input contains two integers N and M (1 ≤ N ≤ 5 000, 1 ≤ M ≤ 10 000) - the length of array A and the number of constraints.
The next M lines describe the constraints. Each line contains four integers li, ri, ki, valuei, describing the i-th constraint.
The first line of the output contains N integers - one possible binary array A. If there are several that abide by all M constraints you may output any of them. If there is no such array you must instead output the single integer -1.
There are several binary arrays that abide by all the constraints. One of them is 0 1 0 0 because: