Problem1136--BB

1136: BB

[Creator : ]
Time Limit : 1 sec  Memory Limit : 128 MB

Description

输入一个正整数 T (0<T<10),做T 次下列运算:
读入 1 个正整数 n(n<=100),计算并输出1-1/2+1/3-1/4+⋯⋯的前n 项和(保留3 位小数)。

Input

见sample

Output

见sample

Sample Input Copy

1
3

Sample Output Copy

0.833

Source/Category