大数(高精度)加减乘除取模运算 ⼤数(⾼精度)加减乘除取模运算千⾟万苦找到了⼤数(⾼精度)加减乘除取模运算的算法,有的地⽅还需要再消化消化,代码先贴出来~ include <iostream> #include <string> using namespace std;inline int compare(string str1, string str2){ if(str1.size() > ...
要想高精度只能把数字保存为字符串,然后自己写加减乘除.当然数据读入也只能读入字符串.