Groups
Groups
Sign in
Groups
Groups
程序=数据结构+算法
Conversations
About
Send feedback
Help
高精度算阶乘★★
0 views
Skip to first unread message
MiaoMiao
unread,
Jan 21, 2008, 3:11:16 AM
1/21/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 程序=数据结构+算法
题目描述:
算出n!的完整结果,其中n!=1*2*3*...*n
输入:
多组测试数据,一行一组,每行仅一个数n
其中0<=n<=10000
输出:
输出相应的n!的结果,必须精确到个位
样例输入:
10
20
样例输出:
3628800
2432902008176640000
其它信息:
无
难度:Easy
Reply all
Reply to author
Forward
0 new messages