Python3 RE
查看原帖
Python3 RE
571294
Beta_Flowspare楼主2021/9/12 13:07

闲来无事写一次Python 然后发现: code:

import math as m
a=int(input())

for i in range(1,a):
   ans+=m.factorial(i)
    
print(ans)

???

2021/9/12 13:07
加载中...