#OLD486. 循环练习B

循环练习B

Description

输入一个正整数n,计算1+1/4+1/7+1/10......的前n项和(保留两位小数)。

Format

Input

2

Output

1.25

Samples

2
1.25

Hint