Problem E
Origami

Origami is the old Japanese art of folding single sheets of
paper into the forms of animals, flowers and other figures.
Recently a programmable machine was constructed to make some of
the simpler kinds of origami. This machine has a large board
with coordinate system drawn on it. First, a square sheet of
paper is placed on the board so that the lower left corner has
coordinates
![\includegraphics[width=0.33\textwidth ]{sample1}](/problems/origami/file/statement/en/img-0002.png)
Input
The first part of the input file contains a program for the
origami machine. The first line contains the number of steps
The second part of the input file contains several potential
points for making a hole. The first line contains the number
All coordinates in the input are integers with absolute
value at most
Output
For each of the potential points write a line containing the number of layers pierced through in this point.
Note: Assume that the paper has zero thickness and therefore
folds ideally. The pierced hole is a single point. The layers
pierced exactly at the border of the paper or at the folded
edge (within a distance of
Sample Input 1 | Sample Output 1 |
---|---|
2 -5 -5 10 10 10 750 0 750 6 100 600 800 600 300 400 100 100 500 500 200 500 |
4 2 2 0 0 2 |