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