WWOJ

1116: 求1-1/2+1/3-1/4+...

Time Limit:  1 Sec    Memory Limit:   128 MB
Submission:46     AC:31     Score:100.00


Description

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

Input

见sample

Output

见sample

Samples

input:
1 3
output:
0.833

Source