| NWU IUPC 2025 powered by CPS Academy |
|---|
| Finished |
You will be asked $$$Q$$$ queries. In each query, you will be given an integer number $$$k$$$ and you have to find out the number of ordered integer pairs($$$x,y$$$) satisfying the equation, $$$x^2+y^2 \le k$$$.
$$$1 \le Q \le 10^5$$$
$$$-10^3\le k\le 10^3$$$
For each query, print an integer the number of ordered interger pairs($$$x,y$$$) satisfying the equation, $$$x^2+y^2 \le k$$$.
3205
9 1 21
| Name |
|---|


