文章
326
粉丝
4
获赞
518
访问
72.5k
n=int(input()) for i in range(n): k=int(input()) count=1 for j in range(1,k+1): count*=j print(count)
登录后发布评论
暂无评论,来抢沙发