Write a program that calculates N!*K! / (K-N)! for given N and K (1<N<K).
↧
Write a program that calculates N!*K! / (K-N)! for given N and K (1<N<K).