Time

18:14:20
22 May 2012
Version for print

Function with factorials

  For the given even positive integer n find the value of

prb1209


Specifications

  Input

  The even positive integer n (2n100000).

  Output

  Print the value of f(n) with four digits after the decimal point.


Problem information

Time Limit: 1 seconds
Memory Limit: 64 MB
Balls for the passed test: 6.66667
Complexity: 29% 82/116
Classes: Simple mathematics

Example

Example input

Sample 1
4

Sample 2
256

Example output

Sample 1
0.5000

Sample 2
0.0500


← Perfect P-th Powers Problems Very Easy!!! →