"""照猫画虎求阶乘""" n = int(input()) j = 1 for i in range(1,n+1): j = j * i print(j)
学号:2020310143012
昵称:苒若