1613: 5137. 数对

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:18 Solved:12

Description


Input

第一行包含整数 T,表示共有 T 组测试数据。

每组数据占一行,包含一个正整数 n。

Output

每组数据输出一行结果,一个整数,表示满足条件的数对数量。

Sample Input Copy

6
7
1
2
3
2000000000
763243547

Sample Output Copy

3
0
0
1
999999999
381621773

HINT

Source/Category