出现越界情况

n=int(input())
s=1
for i in range(1,n+1):
    s*=i
    # s=s*i
print(f"{s:g}")

0 条评论

目前还没有评论...