n = int(input())
pro = 1
for i in range(1,n+1):
pro = pro * i
print(pro)

posted on 2020-03-24 20:10  叫你一声你敢应吗  阅读(77)  评论(0编辑  收藏  举报