1819: 级数求和
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:74
Solved:52
Description
已知S(n)
= 1+1/2+1/3+…+1/n,输入n,求S(n)。
Input
一个整数n,1<=n<=10000。
Output
级数的结果,保留4位小数。
Sample Input Copy
2
Sample Output Copy
1.5000