
大数
文章平均质量分 58
SY_Pistachio
低调的前行,越努力越幸运!
展开
-
大数加法 java A - A + B Problem II
I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B.Input The first line of the input contains an integer T(1<=T<=20) which means the...原创 2018-04-09 21:11:06 · 235 阅读 · 0 评论 -
Reversion Count
Description:There is a positive integer X, X's reversion count is Y. For example, X=123, Y=321; X=1234, Y=4321. Z=(X-Y)/9, Judge if Z is made up of only one number(0,1,2...9), ...原创 2018-04-23 20:26:03 · 225 阅读 · 0 评论 -
3899 sum of power
sum of powerTime Limit: 1000 ms Memory Limit: 65536 KiB Submit Statistic Discuss Problem DescriptionCalculate mod (1000000000+7) for given n,m.InputInput contains two intege...原创 2018-04-13 20:11:10 · 450 阅读 · 0 评论 -
大数相加 java
Problem D: Integer InquiryTime Limit: 1 Sec Memory Limit: 128 MBSubmit: 59 Solved: 18[Submit][Status][Web Board]DescriptionOne of the first users of BIT's new supercomputer was Chip Diller. He exten...原创 2018-04-06 11:26:36 · 502 阅读 · 0 评论 -
大数 Java 幂 Exponentiation
Problem F: ExponentiationTime Limit: 1 Sec Memory Limit: 128 MBSubmit: 9 Solved: 6[Submit][Status][Web Board]DescriptionProblems involving the computation of exact values of very large magnitude and...原创 2018-04-06 11:13:00 · 239 阅读 · 0 评论 -
大数相乘 java
Problem E: ProductTime Limit: 1 Sec Memory Limit: 128 MBSubmit: 38 Solved: 25[Submit][Status][Web Board]DescriptionThe problem is to multiply two integers X, Y. (0<=X,Y<10250) InputThe input w...原创 2018-04-06 10:44:46 · 391 阅读 · 1 评论 -
百炼 大数减法
11:大整数减法原创 2017年06月20日 13:32:5814511:大整数减法查看提交统计提问12345总时间限制: 1000ms 内存限制: 65536kB描述求两个大的正整数相减的差。12输入 共2行,第1行是被减数a,第2行是减数b(a > b)。每个大整数不超过200位,不会有多余的前导零。 输出 一行,即所求的差。 样例输入9999999999999999999...原创 2018-04-03 20:43:44 · 243 阅读 · 0 评论 -
杭电ACM 大数相加
A + B Problem IITime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 408641 Accepted Submission(s): 79199Problem DescriptionI have a very simple...原创 2018-04-03 20:26:02 · 321 阅读 · 1 评论 -
poj 2506 Tiling 大数 找规律 递推
TilingTime Limit: 1000MS Memory Limit: 65536K Total Submissions: 9225 Accepted: 4385 DescriptionIn how many ways can you tile a 2xn rectangle by 2x1 or 2x2 tiles? Here is a sa...原创 2018-04-24 20:08:54 · 381 阅读 · 0 评论