阶乘

import math  
num = int(input())  
x = int(math.factorial(num)) 
print("{}".format(x))

 

posted @ 2020-04-14 21:54  林晓婷  阅读(166)  评论(0)    收藏  举报