• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            長(zhǎng)整數(shù)相加

            // test18.cpp : Defines the entry point for the console application.
            //

            #include 
            "stdafx.h"
            #include
            <iostream>
            #include
            <string>
            #include
            <list>
            using namespace std;

            class BigInt{
                friend istream
            & operator>>(istream&, BigInt&);
                friend ostream
            & operator<<(ostream&, BigInt&);
                friend BigInt
            & operator+(BigInt&, BigInt&);
            private:
                list
            <int> intLst;
            };

            /**長(zhǎng)整數(shù)加法
            基本思路是利用反向迭代器(加法是從地位到高位)實(shí)現(xiàn)鏈表并歸
            BigInt& operator+(a,b)
                while(rIterA!=a.intLst.rend && rIterB!=a.intLst.rend)
                    c->intLst.push_front((*rIterA+*rIterB+carry)%10); 注意是push_front,從頭結(jié)點(diǎn)處入鏈表
                    if(*rIterA+*rIterB+carry>=10) carry=1 計(jì)算是否有進(jìn)位
                    else carry=0
                    rIterA++, rIterB++
                while(rIterA!=a.intLst.rend)
                    c->intLst.push(*rIterA++ + carry)
                    carry=0;
                while(rIterB!=b.intLst.rend)
                    c->intLst.push(*rIterB++ +carry)
                    carry=0
                return *c
            */
            BigInt
            & operator+(BigInt& a, BigInt& b){
                
            int carry=0;//進(jìn)位標(biāo)志
                list<int>::reverse_iterator rIterA=a.intLst.rbegin();
                list
            <int>::reverse_iterator rIterB=b.intLst.rbegin();

                BigInt
            * c=new BigInt();
                
            while(rIterA!=a.intLst.rend() && rIterB!=b.intLst.rend()){
                    c
            ->intLst.push_front((*rIterA+*rIterB+carry)%10);
                    
            if((*rIterA+*rIterB+carry)>=10)
                        carry
            =1;
                    
            else
                        carry
            =0;
                    rIterA
            ++, rIterB++;
                }
                
            while(rIterA!=a.intLst.rend()){
                    c
            ->intLst.push_front(*rIterA++ + carry);//如99+123最高位百位還要進(jìn)位一次
                    carry=0;
                }
                
            while(rIterB!=b.intLst.rend()){
                    c
            ->intLst.push_front(*rIterB++ +carry);
                    carry
            =0;
                }
                
            return *c;
            }

            istream
            & operator>>(istream& in, BigInt& bint){
                
            string str;
                
            in>>str;
                
            for(string::iterator iter=str.begin(); iter!=str.end(); iter++){
                    bint.intLst.push_back(
            *iter-'0'); //*iter是stirng中每個(gè)char對(duì)應(yīng)的ASCII碼
                }
                
            return in;
            }

            ostream
            & operator<<(ostream& out, BigInt& bint){
                
            for(list<int>::iterator iter=bint.intLst.begin();iter!=bint.intLst.end();iter++)
                    
            out<<*iter;
                
            out<<endl;
                
            return out;
            }

            int main(){
                BigInt
            * a=new BigInt();
                BigInt
            * b=new BigInt();
                cout
            <<"cin>>A: ";
                cin
            >>*a;
                cout
            <<"cin>>B: ";
                cin
            >>*b;
                BigInt c
            =*a+*b;
                cout
            <<c;
                system(
            "pause");
            }

            輸入輸出如下;
            cin>>A: 3434685897609608780
            cin>>B: 1234234236535634764376
            1237668922433244373156

            posted on 2008-10-25 12:48 deep2 閱讀(1828) 評(píng)論(4)  編輯 收藏 引用 所屬分類: 鏈表

            評(píng)論

            # re: 長(zhǎng)整數(shù)相加 2008-10-25 16:44 金山毒霸2008

            在底層的系統(tǒng)運(yùn)算還真是常用到這個(gè)。  回復(fù)  更多評(píng)論   

            # re: 長(zhǎng)整數(shù)相加 2008-10-26 16:06 春天

            while(rIterA!=a.intLst.rend()){
            c->intLst.push_front(*rIterA++ + carry);//如99+123最高位百位還要進(jìn)位一次
            carry=0;
            }
            while(rIterB!=b.intLst.rend()){
            c->intLst.push_front(*rIterB++ +carry);
            carry=0;
            }
            你考慮了最高位還會(huì)進(jìn)一位,沒(méi)有考慮再進(jìn)n位;如果999999+5,試下。  回復(fù)  更多評(píng)論   

            # re: 長(zhǎng)整數(shù)相加 2008-10-31 11:09 合工大

            不錯(cuò),不小心路過(guò)。想問(wèn)下,你是合工大的?  回復(fù)  更多評(píng)論   

            # re: 長(zhǎng)整數(shù)相加 2008-11-01 12:03 春天

            不是的,我是安徽人。好多同學(xué)在合工大。  回復(fù)  更多評(píng)論   

            <2025年8月>
            272829303112
            3456789
            10111213141516
            17181920212223
            24252627282930
            31123456

            導(dǎo)航

            統(tǒng)計(jì)

            常用鏈接

            留言簿(1)

            隨筆分類

            隨筆檔案

            搜索

            最新評(píng)論

            閱讀排行榜

            評(píng)論排行榜

            久久精品人妻一区二区三区| 久久这里只有精品18| 狠狠综合久久综合中文88| 久久久久一本毛久久久| 97精品依人久久久大香线蕉97 | 久久精品亚洲男人的天堂| 欧美伊人久久大香线蕉综合69 | 9191精品国产免费久久| 亚洲日本va午夜中文字幕久久| 国产精品久久久久影院嫩草| 色婷婷综合久久久久中文字幕| 国产精品久久99| 无码人妻久久一区二区三区免费 | 久久精品无码一区二区三区| 伊人 久久 精品| 国产高潮久久免费观看| 无码人妻久久一区二区三区| 久久久久女教师免费一区| av午夜福利一片免费看久久| 99久久国产宗和精品1上映 | 2021少妇久久久久久久久久| 伊人久久大香线蕉综合影院首页| 久久国产成人| 久久天天躁狠狠躁夜夜不卡 | 2022年国产精品久久久久| 久久99精品久久久大学生| 精品久久久久久久久免费影院| 久久久久国色AV免费看图片| 99久久精品国产一区二区| 美女写真久久影院| 久久综合久久综合久久| 国产一级持黄大片99久久| 精品精品国产自在久久高清| 国产精品久久精品| 色综合色天天久久婷婷基地| 一本大道久久a久久精品综合| 久久狠狠色狠狠色综合| 婷婷综合久久狠狠色99h| 99久久国产综合精品成人影院| 2020最新久久久视精品爱| 久久精品亚洲乱码伦伦中文|