随笔分类 -  高精度运算

摘要:用数组存好数据并按位进行加法运算题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1002#include#include#include#include#include#include#includeusing namespace std;int mai... 阅读全文
posted @ 2015-08-31 23:16 澧浦 阅读(132) 评论(0) 推荐(0)
摘要:高精度大数运算其实就是由于数字过大必须要用数组来存数据题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1020#include#include#include#include#include#includeusing namespace std;int ... 阅读全文
posted @ 2015-08-31 23:11 澧浦 阅读(125) 评论(0) 推荐(0)