• <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得來的。只要找出乘數(shù)中有多少個2*5對就行了。
            因為2的個數(shù)遠(yuǎn)多于5,所以只要找出5的個數(shù)即可。因為n最大為4220,5的個數(shù)為:
            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;
            然后再去除相應(yīng)數(shù)目的2。這樣剩下的數(shù)只需兩兩相乘后取最后一位即可。

            #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 閱讀(242) 評論(0)  編輯 收藏 引用 所屬分類: AlgorithmUSACO

            導(dǎo)航

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

            統(tǒng)計

            常用鏈接

            留言簿(2)

            隨筆分類

            隨筆檔案

            搜索

            積分與排名

            最新評論

            閱讀排行榜

            色综合久久天天综合| 无码人妻久久久一区二区三区 | 日本精品久久久久影院日本 | 中文字幕久久精品| 99久久精品日本一区二区免费| AAA级久久久精品无码片| 久久精品国产亚洲5555| 欧美一区二区三区久久综 | 久久亚洲AV无码精品色午夜麻豆| 亚洲欧美成人综合久久久| 国产成人精品综合久久久| 午夜精品久久久久久中宇| 国産精品久久久久久久| 亚洲国产精品无码久久一线 | 亚洲国产精品久久久久| 久久精品国产亚洲av麻豆图片| 91久久福利国产成人精品| 人妻精品久久久久中文字幕69| 人妻丰满?V无码久久不卡| 久久综合久久综合久久| 久久久久99精品成人片欧美| 久久99热这里只频精品6| 国产精品免费久久久久影院| 国产精品久久久久9999| 日韩精品久久久久久久电影蜜臀| 久久这里只有精品视频99| 品成人欧美大片久久国产欧美| 久久夜色精品国产亚洲| 久久无码av三级| 国产AV影片久久久久久| 亚洲一区中文字幕久久| 91久久国产视频| 人妻无码久久精品| 国产精品久久久久久久人人看| 久久这里只有精品视频99| 亚洲欧美精品一区久久中文字幕| 四虎国产精品免费久久| 久久精品极品盛宴观看| 欧美精品乱码99久久蜜桃| 亚洲色欲久久久综合网东京热| 久久久久久曰本AV免费免费|