Consider a 2D integer grid with lower left corner at (0, 0) and upper right corner at (X, Y). We are interested in isosceles right triangles which all the 3 corners at the grid node (integer coordinates). Your task is to count the number of those triangles.
The input begins with C – number of test cases. (C<=100000)
Each test case consists of X, Y. (0<=X, Y<=10000)
For each test case, output the result in a line.
2 0 3 1 1
0 4
Migrated from old NTUJ.
Shik and Tmt
No. | Testdata Range | Score |
---|