-->
当前位置:首页 > 题库

PROGRAMMING:n! Maximum value less than 32000

Luz5年前 (2021-05-10)题库399
Calculate n!, Find the maximum value less than 32 000, and find the value of N at this time.
###Output format:
In one row, output in the format of "n = result 1, t = result 2". Both result 1 and result 2 output integer data as is without column width control.
###Output example:
```out
n=7,t=5040
```






answer:If there is no answer, please comment