The number of permutations
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Given an integer , find the number of different permutations of numbers from to .
Input
One integer .
Output
Print the number of different permutations of numbers from to .
Examples
Input #1
Answer #1
Submissions 4K
Acceptance rate 69%