
大数
JSK670072474
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
poj1423 Big Number
Description In many applications very large integers numbers are required. Some of these applications are using keys for secure transmission of data, encryption, etc. In this problem yo...原创 2018-03-16 13:04:18 · 311 阅读 · 0 评论 -
poj2562 Primary Arithmetic
Description Children are taught to add multi-digit numbers from right-to-left one digit at a time. Many find the "carry" operation - in which a 1 is carried from one digit position to b...原创 2018-03-16 13:22:38 · 323 阅读 · 0 评论 -
hdu1002 A + B Problem II
Description 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 ...原创 2018-03-16 19:12:26 · 187 阅读 · 0 评论 -
高精度减法
#include <iostream>#include <stdio.h>#include <stdlib.h>#include <string>#include <string.h>#include <algorithm>#include <math.h>#include <limit原创 2018-03-16 19:47:41 · 324 阅读 · 0 评论 -
高精度乘法
#include <iostream>#include <stdio.h>#include <stdlib.h>#include <string>#include <string.h>#include <algorithm>#include <math.h>#include <limits.h&原创 2018-03-16 20:13:07 · 225 阅读 · 0 评论 -
快速幂
#include <iostream>#include <stdio.h>#include <stdlib.h>#include <string>#include <string.h>#include <algorithm>#include <math.h>#include <limit原创 2018-03-16 21:01:41 · 172 阅读 · 0 评论