Function with factorials
Easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
For the given even positive integer n find the value of
Input
The even positive integer n (2 ≤ n ≤ 100000).
Output
Print the value of f(n) with four digits after the decimal point.
Examples
Input #1
Answer #1
Submissions 3K
Acceptance rate 24%