If no maze corresponds to the description given as input, then the word NIE (Polish for no) is to be printed on the standard output. Otherwise, exactly lines should be printed, specifying any maze (consistent with the input) as follows. The -th of these lines is to hold two integers, xi and yi(-10^9<=xi,yi<=10^9), separated by a single space, that are the coordinates of the i-th vertex of the maze's sketch. The vertices are to be printed in their counterclockwise order on the polygon's perimeter; an arbitrary vertex can be chosen as the first one, and the position of the entrance need not be indicated.