1311: 初级第八课——求和3

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:382 Solved:1

Description

求1+1/2+1/3+1/4+……+1/n的值

Sample Input Copy

3

Sample Output Copy

1.83

Source/Category