Introduction - If you have any usage issues, please Google them yourself
Write programs to calculate the following formula and output. Requirements: (1) Write a function to calculate n! (2) the preparation of the main function, the keyboard input n and m, call (1) complete the calculation of the function. (3) input n and m be given prompt and check the reasonableness of n and m, unreasonable input should output an error message, and no longer calculated.