jzxx1570 1!+2!+3!+……+N!

題目描述 用高精度計算出S=1!+2!+3!+…+n!(n≤50) 其中「!」表示階乘,例如:5!=54321。web 輸入 一行,一個正整數N。svg 輸出 一行,一個正整數,即結果S。3d 樣例輸入 5 樣例輸出 153code 滿分代碼: #include<stdio.h> #include<string.h> int a[55][50]; void f() { a[1][0]=1; i
相關文章
相關標籤/搜索