Problem hidden
This problem was hidden by Editorial Board member probably because it has incorrect language version or invalid test data, or description of the problem is not clear.

Problem hidden

NIEROWN - Nierówność diofantyczna

no tags 

Znajdź ilość naturalnych rozwiązań (x≥1, y≥1) nierówności x²+y²<n, gdzie (0<n<2 147 483 647).

Przykładowo, dla n=10 istnieje 4 rozwiązania: (1,1), (1,2), (2,1), (2,2).

Input

W pierwszej linijce wejścia podana jest ilość testów K. W kolejnych K linijkach podane są wartości liczby n.

Output

Na wyjściu trzeba dla każdej wartości n wyświetlić w oddzielnej linijce ilość naturalnych rozwiązań nierówności.

Example

Input:
2
10
11 Output: 4
6

Added by:Aleksander Denisiuk
Date:2014-02-04
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ASM64