摘要: 大整数BigInteger 这里用结构体实现大整数类。 主要功能有:输入 输出 四则运算 幂运算 比较运算。 代码如下: 1 #include<bits/stdc++.h> 2 #define ios ios::sync_with_stdio(false);cin.tie(0),cout.tie(0) 3 typedef lo 阅读全文
posted @ 2022-03-26 15:13 Conqueror712 阅读(56) 评论(0) 推荐(0)