I enjoyed the recent division 3 contest! However, test case 7 was illegal. In the constraints of the problem, x and y had to have a positive absolute value. However, test case 7 had many queries where x was 0, violating the constraints.
The second query caused my solution and many others to fail :( Could someone take a look into this?