a894: 自定義階乘函數
Tags :
Accepted rate : 102人/107人 ( 95% ) [非即時]
評分方式:
Strictly

最近更新 : 2022-11-25 13:10

Content

在數學中,正整數的階乘(英語:Factorial)是所有小於等於該數的正整數的積,計為n!,例如5的階乘表示為5!,其值為120:5*4*3*2*1=120

自定義階乘函數Factorial(x),函數作用為打印出x的階乘(x!),其中x取正整數。

 
Input

Factorial(5)

Output

120

Sample Input #1
Factorial(2)
Sample Output #1
2
Sample Input #2
Factorial(7)
Sample Output #2
5040
測資資訊:
記憶體限制: 64 MB
公開 測資點#0 (100%): 1.0s , <1K
Hint :

自定義函數後,需要在程式最後一行加上 eval(input())

Tags:
出處:
[管理者:
kichan@g.pui... (陳嘉賢CHAN KA IN)
]


ID User Problem Subject Hit Post Date
沒有發現任何「解題報告」