随笔分类 -  模板

摘要:高精度重载运算符模板 cpp include include include using namespace std; const int maxn = 200; struct bign{ int len, s[maxn]; / 以下的构造函数是C++中特有的,作用是进行初始化。 事实上,当定义bi 阅读全文
posted @ 2018-08-19 16:03 末裔 阅读(334) 评论(0) 推荐(0)