摘要: class bint { vector<int> arr; // 存储数字,低位在前 int sign; // 符号位:1 表示正数,-1 表示负数 // 大整数加法 vector<int> add(const vector<int>& a, const vector<int>& b) const 阅读全文
posted @ 2025-01-16 15:13 Qacter 阅读(26) 评论(0) 推荐(0)