• <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 1.2 Dual Palindromes

            想不到更有效的方法,數據量不大,直接暴力

            #include <iostream>
            #include 
            <fstream>

            using namespace std;

            ifstream fin(
            "dualpal.in");
            ofstream fout(
            "dualpal.out");

            #ifdef _DEBUG
            #define out cout
            #define in cin
            #else
            #define out fout
            #define in fin
            #endif

            int buf[33];

            bool isPal(int num, int base)
            {
                
            int cnt = 0;
                
            while(num!=0){
                    buf[cnt
            ++= num%base;
                    num
            /=base;
                }

                
            int max = (cnt-1)/2;

                
            for(int i=0;i<=max;++i){
                    
            if(buf[i]!=buf[cnt-1-i])
                        
            return false;
                }

                
            return true;
            }

            bool duaPal(int num)
            {
                
            int cnt = 0;
                
            for(int base=2;base<=10;++base){
                    
            if( isPal(num,base) ){
                        cnt
            ++;
                        
            if(cnt==2)
                            
            return true;
                    }
                }

                
            return false;
            }

            void solve()
            {
                
            int n,s;
                
            in>>n>>s;

                
            while(n--){
                   
            while(!duaPal(++s));
                   
            out<<s<<endl;
                }        
            }

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





            附原題:
            Dual Palindromes
            Mario Cruz (Colombia) & Hugo Rickeboer (Argentina)

            A number that reads the same from right to left as when read from left to right is called a palindrome. The number 12321 is a palindrome; the number 77778 is not. Of course, palindromes have neither leading nor trailing zeroes, so 0220 is not a palindrome.

            The number 21 (base 10) is not palindrome in base 10, but the number 21 (base 10) is, in fact, a palindrome in base 2 (10101).

            Write a program that reads two numbers (expressed in base 10):

            • N (1 <= N <= 15)
            • S (0 < S < 10000)
            and then finds and prints (in base 10) the first N numbers strictly greater than S that are palindromic when written in two or more number bases (2 <= base <= 10).

            Solutions to this problem do not require manipulating integers larger than the standard 32 bits.

            PROGRAM NAME: dualpal

            INPUT FORMAT

            A single line with space separated integers N and S.

            SAMPLE INPUT (file dualpal.in)

            3 25

            OUTPUT FORMAT

            N lines, each with a base 10 number that is palindromic when expressed in at least two of the bases 2..10. The numbers should be listed in order from smallest to largest.

            SAMPLE OUTPUT (file dualpal.out)

            26
            27
            28


            posted on 2009-06-05 15:09 YZY 閱讀(1058) 評論(0)  編輯 收藏 引用 所屬分類: AlgorithmUSACO

            導航

            <2009年6月>
            31123456
            78910111213
            14151617181920
            21222324252627
            2829301234
            567891011

            統計

            常用鏈接

            留言簿(2)

            隨筆分類

            隨筆檔案

            搜索

            積分與排名

            最新評論

            閱讀排行榜

            999久久久无码国产精品| 日韩av无码久久精品免费| 久久亚洲日韩精品一区二区三区 | 老男人久久青草av高清| 伊人久久大香线蕉无码麻豆| 亚洲人成伊人成综合网久久久| 久久婷婷国产麻豆91天堂| 欧美精品福利视频一区二区三区久久久精品 | 色欲综合久久中文字幕网| 久久亚洲私人国产精品vA| 四虎国产精品免费久久久| 亚洲性久久久影院| 国产精品99久久免费观看| 亚洲国产一成久久精品国产成人综合 | 久久精品国产精品亚洲| 久久精品aⅴ无码中文字字幕不卡| 久久精品国产精品亚洲下载| 无码人妻久久一区二区三区| 婷婷综合久久狠狠色99h| 99精品国产综合久久久久五月天 | 久久人人爽人人爽人人片av高请| 99久久精品国产一区二区| 亚洲精品乱码久久久久久自慰| 国内精品伊人久久久久影院对白| 久久青青草原精品国产| 亚洲国产另类久久久精品 | 欧美一区二区三区久久综| 久久精品国产亚洲精品| 亚洲成人精品久久| 久久久久国产一级毛片高清版| 亚洲va久久久噜噜噜久久狠狠| 一级女性全黄久久生活片免费| 热久久国产欧美一区二区精品| 久久99精品久久久久久不卡| 国产精品无码久久四虎| 国内精品久久久久久久涩爱 | 97久久综合精品久久久综合| 久久精品www人人爽人人| 久久AV高清无码| 国产精品一区二区久久精品| 久久国产视频99电影|