Competitions
PP2. Week 1: March 1 - 7
Find the sum
Given number n, find the sum
Input
One positive integer n (n ≤ 1000).
Output
Print the sum with 6 decimal digits.
Input example #1
5
Output example #1
0.833333
Input example #2
12
Output example #2
0.923077