• <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>

            長整數相加

            // 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;
            };

            /**長整數加法
            基本思路是利用反向迭代器(加法是從地位到高位)實現鏈表并歸
            BigInt& operator+(a,b)
                while(rIterA!=a.intLst.rend && rIterB!=a.intLst.rend)
                    c->intLst.push_front((*rIterA+*rIterB+carry)%10); 注意是push_front,從頭結點處入鏈表
                    if(*rIterA+*rIterB+carry>=10) carry=1 計算是否有進位
                    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;//進位標志
                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最高位百位還要進位一次
                    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中每個char對應的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 閱讀(1819) 評論(4)  編輯 收藏 引用 所屬分類: 鏈表

            評論

            # re: 長整數相加 2008-10-25 16:44 金山毒霸2008

            在底層的系統運算還真是常用到這個。  回復  更多評論   

            # re: 長整數相加 2008-10-26 16:06 春天

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

            # re: 長整數相加 2008-10-31 11:09 合工大

            不錯,不小心路過。想問下,你是合工大的?  回復  更多評論   

            # re: 長整數相加 2008-11-01 12:03 春天

            不是的,我是安徽人。好多同學在合工大。  回復  更多評論   

            <2008年11月>
            2627282930311
            2345678
            9101112131415
            16171819202122
            23242526272829
            30123456

            導航

            統計

            常用鏈接

            留言簿(1)

            隨筆分類

            隨筆檔案

            搜索

            最新評論

            閱讀排行榜

            評論排行榜

            精品多毛少妇人妻AV免费久久| 久久精品国产男包| 三上悠亚久久精品| 久久久精品一区二区三区| 秋霞久久国产精品电影院| 国产成人综合久久精品尤物| 色综合久久最新中文字幕| 国产成人无码精品久久久久免费 | 日本道色综合久久影院| 国产精品久久久久久久久久免费| 久久久久久一区国产精品| 亚洲精品无码久久久| 久久狠狠高潮亚洲精品| 久久综合九色综合欧美狠狠| 国产成人久久精品一区二区三区| 国产精品免费看久久久| 亚洲精品成人网久久久久久| 久久不见久久见免费视频7| 亚洲国产精品综合久久一线| 欧美黑人激情性久久| 婷婷综合久久中文字幕| 无码精品久久久久久人妻中字| 久久乐国产精品亚洲综合| 久久电影网一区| 午夜天堂精品久久久久| 亚洲&#228;v永久无码精品天堂久久| 潮喷大喷水系列无码久久精品| 久久无码精品一区二区三区| 久久99热狠狠色精品一区| 国产婷婷成人久久Av免费高清| 欧美亚洲另类久久综合婷婷| 国产高清国内精品福利99久久| 97热久久免费频精品99| 久久久久久久亚洲Av无码| 久久91综合国产91久久精品| 国产成人久久AV免费| 人妻无码αv中文字幕久久| AV无码久久久久不卡蜜桃| 亚洲国产成人久久一区久久 | 午夜精品久久久久久中宇| 久久亚洲国产成人影院|