• <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)論排行榜

            美女久久久久久| 久久综合九色综合网站| www.久久热.com| 国产成人久久777777| 性高朝久久久久久久久久| 人人狠狠综合久久88成人| 国产情侣久久久久aⅴ免费| 亚洲伊人久久精品影院| 国产国产成人精品久久| 久久婷婷五月综合成人D啪 | 久久久国产精品福利免费 | 久久久WWW免费人成精品| 久久精品国产精品亚洲精品| 国产国产成人久久精品| 日本久久久久亚洲中字幕| 久久亚洲中文字幕精品一区| 久久精品国产久精国产思思| 午夜精品久久久久久影视riav| 久久精品成人国产午夜| 久久发布国产伦子伦精品| 久久精品国产亚洲av麻豆蜜芽| 久久se精品一区精品二区国产| AV无码久久久久不卡蜜桃| 色妞色综合久久夜夜| 久久久久亚洲AV无码专区首JN| 久久久久久亚洲精品无码| 国产精品伊人久久伊人电影 | 一本一道久久综合狠狠老| 亚洲人成网站999久久久综合| 国産精品久久久久久久| 日韩欧美亚洲综合久久影院d3| 国产日产久久高清欧美一区| 97久久精品国产精品青草| 久久精品国产亚洲精品2020| 国产精品免费看久久久 | 国产真实乱对白精彩久久| 久久精品国产72国产精福利| 久久久噜噜噜久久| 久久这里有精品| 一本久久a久久精品亚洲| 久久精品国产亚洲AV香蕉|