2376: 分数数列

Memory Limit:64 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:13 Solved:11

Description

有一分数数列:3/2,5/3,7/4,9/5……,求出前n项的和

Input

输入一个整数n,表示前n项

Output

输出一个数,表示和,结果保留三位小数

Sample Input Copy

5

Sample Output Copy

8.550

Source/Category