The first line of the input will contain $K$ and $M$. The following $K$ lines will contain $2$ positive integers $x$ $y$ separated by one space that represent the coordinates of each point. The next $M$ lines have $4$ non-negative integers separated by one space, $(x1,y1)$ and $(x2, y2)$, that represent the other $2$ vertices of each triangle, except the origin.

