Points Within Reach — Solution & Editorial
For each query, compare each point's SQUARED distance to the center against r² — all integer arithmetic, no sqrt.
Complexity: O(NQ)
For each query, compare each point's SQUARED distance to the center against r² — all integer arithmetic, no sqrt.
Complexity: O(NQ)