Exponentiation Time Limit: 2000/500 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 10319 Accepted Submission(s): 3027 ...
分类:
其他好文 时间:
2018-06-11 13:50:26
阅读次数:
133
给出一个实数x和一个整数n 求x^n 这是一道高精度题,把实数转化为整数后解决,处理小数点位置即可 (破题写了一上午) ...
分类:
其他好文 时间:
2018-05-03 13:29:21
阅读次数:
141
Exponentiation Time Limit: 500MS Memory Limit: 10000K Total Submissions: 175340 Accepted: 42341 Description Problems involving the computation of exac ...
分类:
其他好文 时间:
2018-01-11 20:33:55
阅读次数:
168
A. Modular Exponentiation $2^n$很大的时候直接输出$m$, 不然就把$2^n$算出来。 B. Christmas Spruce 没什么可说的。 C. Party Lemonade C. Party Lemonade 感觉有点厉害。如果$2c_{i-1}<c_i$ ,那么 ...
分类:
其他好文 时间:
2018-01-09 21:19:57
阅读次数:
216
A. Modular Exponentiation The following problem is well-known: given integers n and m, calculate , where 2n?=?2·2·...·2 (n factors), and denotes the r ...
分类:
其他好文 时间:
2018-01-09 12:12:14
阅读次数:
273
Last Digits Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 2275 Accepted: 484 Description Exponentiation of one integer by another often p ...
分类:
其他好文 时间:
2017-11-10 13:52:49
阅读次数:
173
问题描述: 源码: 考察对大数的计算,需要注意去除前导0与后导0. ...
分类:
编程语言 时间:
2017-10-07 17:39:45
阅读次数:
146
Last Digits Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 2233 Accepted: 474 Description Exponentiation of one integer by another often p ...
分类:
其他好文 时间:
2017-08-07 22:10:19
阅读次数:
250
Exponentiation Description Problems involving the computation of exact values of very large magnitude and precision are common. For example, the compu ...
分类:
其他好文 时间:
2017-06-07 12:55:54
阅读次数:
382
Problems involving the computation of exact values of very large magnitude and precision are common. For example, the computation of the national debt ...
分类:
其他好文 时间:
2017-05-24 16:59:56
阅读次数:
130