打赏

相关文章

C++代码实践应用

一.大数加减法1.题目由于C的内置类型存储的数字大小有限&#xff0c;需要使用字符串存储&#xff0c;实现这种情况下的大数据加减法&#xff1a;class BigInt { public:BigInt(string str):strDigit(str){} private:string strDigit;friend ostream& operator<<(ostr…

手机版浏览

扫一扫体验

微信公众账号

微信扫一扫加关注

返回
顶部