Harmonic series
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
For a given value of , compute the sum of the harmonic series:
Input
One positive integer .
Output
Print the sum of the harmonic series with decimal places.
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 75%