高精度(大数)
xuanweiace
一个热爱算法竞赛的弱校ACMer路过。青大本,浙大硕,方向后端开发,菜鸡一枚,奋斗ing...
展开
-
**【POJ - 2389】 Bull Math (高精度乘法)
题干: Bulls are so much better at math than the cows. They can multiply huge integers together and get perfectly precise answers ... or so they say. Farmer John wonders if their answers are correct....原创 2018-07-16 23:44:57 · 260 阅读 · 0 评论 -
*【HDU - 1042 】 N! (大数乘法)
题干:Given an integer N(0 ≤ N ≤ 10000), your task is to calculate N! InputOne N in one line, process to the end of file. OutputFor each N, output N! in one line. Sample Input123Sample...原创 2018-07-26 00:58:19 · 285 阅读 · 0 评论 -
【bzoj 1754】【POJ - 2389 】Bull Math (高精度运算)
题干:Bulls are so much better at math than the cows. They can multiply huge integers together and get perfectly precise answers ... or so they say. Farmer John wonders if their answers are correct. He...原创 2018-07-26 01:04:44 · 254 阅读 · 0 评论 -
【HDU - 1013 】Digital Roots (大数模拟)
题干:The digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single digit then that digit is the digital root. If the resulting value contains...原创 2018-08-29 15:31:21 · 220 阅读 · 0 评论 -
【qduoj】【超级楼梯进阶版】
题干:描述 N级阶梯,人可以一步走一级,也可以一步走两级,求人从阶梯底端走到顶端可以有多少种不同的走法。输入 一个整数n,代表台阶的阶数。输出 求人从阶梯底端走到顶端可以有多少种不同的走法,输出结果的格式为大整数.输入样例 1 1输出样例 11输入样例 2 2输出样例 22输入样例 3 4输出样例 35...原创 2018-09-13 11:43:24 · 342 阅读 · 0 评论 -
【POJ - 1001 】Exponentiation (Java大数,高精度)
题干:Problems involving the computation of exact values of very large magnitude and precision are common. For example, the computation of the national debt is a taxing experience for many computer sys...原创 2018-10-02 12:15:24 · 368 阅读 · 0 评论 -
【HDU - 1134 】Game of Connections(JAVA大数加法,卡特兰数)
题干:This is a small but ancient game. You are supposed to write down the numbers 1, 2, 3, ... , 2n - 1, 2n consecutively in clockwise order on the ground to form a circle, and then, to draw some stra...原创 2018-11-03 09:52:02 · 272 阅读 · 0 评论 -
【qduoj - 夏季学期创新题】C语言课程设计-阶梯问题(dp,高精度大数)
题干:描述 N级阶梯,人可以一步走一级,也可以一步走两级,求人从阶梯底端走到顶端可以有多少种不同的走法。输入 一个整数n,代表台阶的阶数。输出 求人从阶梯底端走到顶端可以有多少种不同的走法,输出结果的格式为大整数.输入样例 1 1输出样例 11输入样例 2 2输出样例 22输入样例 3 4输出样例 35...原创 2018-11-03 09:55:02 · 305 阅读 · 0 评论 -
【EOJ Monthly 2019.02 - D】进制转换(思维,取模,高精度大数)
题干:单测试点时限: 2.0 秒内存限制: 256 MB“他觉得一个人奋斗更轻松自在。跟没有干劲的人在一起厮混,只会徒增压力。”QQ 小方决定一个人研究研究进制转换。很快,QQ 小方就遇到问题了。他现在想知道在十进制范围 [l,r] 内有多少整数满足在 k 进制下末尾恰好有 m 个 0 。比如在十进制下的 24 在二进制下是 11000 ,我们称十进制下的 24 在二进制下...原创 2019-02-26 14:47:16 · 307 阅读 · 0 评论