Handshake
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Consider a meeting of businessmen sitting around a circular table. To start the meeting, they must shake hands. Each businessman shakes the hand of exactly one other businessman. All handshakes happen simultaneously. We say that the shake is perfect if no arms cross each other.
Find the number of perfect shakes that exist for businessmen.
Input
Each line contains one even integer .
Output
For each value of print in a separate line the number of perfect shakes that exist for businessmen.
Examples
Input #1
Answer #1
Submissions 2K
Acceptance rate 46%