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

            USACO 3.2 Factorials


            這題主要是去掉階乘末尾的0。是個老題了,編程之美中就有討論。因為0都是由2*5得來的。只要找出乘數中有多少個2*5對就行了。
            因為2的個數遠多于5,所以只要找出5的個數即可。因為n最大為4220,5的個數為:
            n/5+n/5/5+n/5/5/5+n/5/5/5/5+n/5/5/5/5/5+n/5/5/5/5/5/5;
            然后再去除相應數目的2。這樣剩下的數只需兩兩相乘后取最后一位即可。

            #include?<iostream>
            #include?
            <fstream>

            using?namespace?std;

            ifstream in(
            "fact4.in");
            ofstream out(
            "fact4.out");

            void?solve()
            {
            ????
            int?n;
            ????
            in>>n;

            ????
            int?numof5?=?n/5+n/5/5+n/5/5/5+n/5/5/5/5+n/5/5/5/5/5+n/5/5/5/5/5/5;

            ????
            int?res?=?1;

            ????
            int?tmp;

            ????
            for(int?i=1;i<=n;++i){
            ????????tmp?
            =?i;
            ????????
            while(tmp%5==0)?tmp/=5;
            ????????
            while(tmp%2==0&&numof5!=0){
            ????????????tmp
            /=2;
            ????????????numof5
            --;
            ????????}
            ????????res
            *=tmp;
            ????????res
            %=10;
            ????}

            ????
            out<<res<<endl;
            }

            int?main(int?argc,char?*argv[])
            {
            ????solve();?
            ????
            return?0;
            }


            原題:
            Factorials

            The factorial of an integer N, written N!, is the product of all the integers from 1 through N inclusive. The factorial quickly becomes very large: 13! is too large to store in a 32-bit integer on most computers, and 70! is too large for most floating-point variables. Your task is to find the rightmost non-zero digit of n!. For example, 5! = 1 * 2 * 3 * 4 * 5 = 120, so the rightmost non-zero digit of 5! is 2. Likewise, 7! = 1 * 2 * 3 * 4 * 5 * 6 * 7 = 5040, so the rightmost non-zero digit of 7! is 4.

            PROGRAM NAME: fact4

            INPUT FORMAT

            A single positive integer N no larger than 4,220.

            SAMPLE INPUT (file fact4.in)

            7

            OUTPUT FORMAT

            A single line containing but a single digit: the right most non-zero digit of N! .

            SAMPLE OUTPUT (file fact4.out)

            4

            posted on 2009-07-03 19:52 YZY 閱讀(233) 評論(0)  編輯 收藏 引用 所屬分類: AlgorithmUSACO

            導航

            <2009年7月>
            2829301234
            567891011
            12131415161718
            19202122232425
            2627282930311
            2345678

            統計

            常用鏈接

            留言簿(2)

            隨筆分類

            隨筆檔案

            搜索

            積分與排名

            最新評論

            閱讀排行榜

            AV无码久久久久不卡蜜桃| 色欲av伊人久久大香线蕉影院| 国产精品嫩草影院久久| 热RE99久久精品国产66热| 久久ww精品w免费人成| 色综合久久久久综合99| 婷婷国产天堂久久综合五月| 久久99精品久久久久久野外| 99精品久久久久久久婷婷| 亚洲欧洲中文日韩久久AV乱码| 狠狠人妻久久久久久综合| 无码八A片人妻少妇久久| 狠狠色伊人久久精品综合网| 偷偷做久久久久网站| 久久综合丁香激情久久| 国产精品久久久久影院色| 狠狠狠色丁香婷婷综合久久俺| 国产成年无码久久久久毛片| 精品久久人人做人人爽综合| 亚洲精品乱码久久久久久蜜桃图片 | MM131亚洲国产美女久久| 久久男人中文字幕资源站| 亚洲国产成人久久综合区| 久久久国产精品福利免费 | 欧美喷潮久久久XXXXx| 久久精品国产WWW456C0M| 狠狠精品久久久无码中文字幕| 久久精品国产久精国产一老狼| 99久久99久久精品国产片果冻| 久久精品国产只有精品66| 欧美精品一本久久男人的天堂| 精品综合久久久久久888蜜芽| 久久福利资源国产精品999| 性欧美大战久久久久久久| 久久精品国产欧美日韩| 欧美综合天天夜夜久久| 国产午夜久久影院| 国产精品久久久久乳精品爆| 大美女久久久久久j久久| 国产成人精品久久一区二区三区av| 久久精品国产亚洲AV高清热|