随笔分类 -  高精度

Sicily - 1381 大数乘法
摘要:题目:http://soj.sysu.edu.cn/1381 阅读全文

posted @ 2016-03-22 10:22 SuperChan 阅读(203) 评论(0) 推荐(0)

Sicily - 1159 大数加法
摘要:#include #include #include #include using namespace std; // http://soj.sysu.edu.cn/1159 string a, b; void add(string& a, string& b) { if(a.size() =0; i--, j--) { sum += a[i]-'0'; ... 阅读全文

posted @ 2016-03-21 22:18 SuperChan 阅读(141) 评论(0) 推荐(0)

导航