当前位置:网站首页>hdu2647 N!Again
hdu2647 N!Again
2022-08-08 18:17:00 【51CTO】
N!Again
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 4781 Accepted Submission(s): 2527
Problem Description
WhereIsHeroFrom: Zty, what are you doing ?
Zty: I want to calculate N!......
WhereIsHeroFrom: So easy! How big N is ?
Zty: 1 <=N <=1000000000000000000000000000000000000000000000…
WhereIsHeroFrom: Oh! You must be crazy! Are you Fa Shao?
Zty: No. I haven's finished my saying. I just said I want to calculate N! mod 2009
Hint : 0! = 1, N! = N*(N-1)!
Input
Each line will contain one integer N(0 <= N<=10^9). Process to end of file.
Output
For each case, output N! mod 2009
Sample Input
Sample Output
Author
WhereIsHeroFrom
Source
Recommend
lcy | We have carefully selected several similar problems for you: 2672 2668 2673 2669 2671
Statistic | Submit | Discuss | Note
看到n的范围 脑子里就知道是规律。。。
其实把结果输出一下就看到了。如果某个值正好整除2009 那么 后面的都是0了
边栏推荐
猜你喜欢
随机推荐
21天学习挑战赛——机器学习01
21天学习第六天--方法
栈指针&& 帧指针详解
2022年6月电子学会考级试卷真题解析(含答案和所有文档下载)
what‘s the meaning of xenial
mv-lcd初始化
2021年9月电子学会图形化一级编程题解析含答案:无奈的Jaime
uva1468
Nioke 2022 Summer Multi-School 6 B Eezie and Pie (Difference on the tree + multiplication to find the kth ancestor board)
CS231n: 12 Reinforcement Learning
如何让您的wiki内容更高级?
orbslam2实验记录-----稠密建图
Lodash工具库使用
422B测试成功
Digital currency perpetual contract exchange development and development functions and code presentation
荧光探针/近红外荧光/荧光纳米/水凝胶/纳米水凝胶pH荧光探针的研究
【目标检测】YOLOv5:标签中文显示/自定义颜色
【FPGA教程案例46】图像案例6——基于FPGA的图像高斯滤波verilog实现,通过MATLAB进行辅助验证
面试突击:输入URL之后会执行什么流程?
看三年的CRUD程序员如何解决数据库死锁的