Problem: Given an integer , find the number of lattice points that have a Euclidean distance from greater than or equal to but strictly less than .
A lattice point is a point with integer coordinates. The Euclidean distance from to the point is .
Input Format: The first line contains a single integer () — the number of test cases.
The only line of each test case contains a single integer ().
The sum of over all test cases does not exceed .
Output Format: For each test case, output a single integer — the number of lattice points that have an Euclidean distance from such that .
Note: The points for the first three test cases are shown below.