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

            ZOJ1225_Scramble Sort

            Posted on 2010-10-09 15:38 李東亮 閱讀(552) 評論(0)  編輯 收藏 引用

            該題在ZOJ上的題號是1225

            題目描述如下:

            Background
            In this problem you will be given a series of lists containing both words and numbers. The goal is to sort these lists in such a way that all words are in alphabetical order and all numbers are in numerical order. Furthermore, if the nth element in the list is a number it must remain a number, and if it is a word it must remain a word.
            Input
            The input will contain multiple lists, one per line. Each element of the list will be separated by a comma followed a space, and the list will be terminated by a period. The input will be terminated by a line containing only a single
            period.


            Output

            For each list in the input, output the scramble sorted list, separating each element of the list with a comma followed by a space, and ending the list with a period.


            Sample Input

            0.
            banana, strawberry, OrAnGe.
            Banana, StRaWbErRy, orange.
            10, 8, 6, 4, 2, 0.
            x, 30, -20, z, 1000, 1, Y.
            50, 7, kitten, puppy, 2, orangutan, 52, -100, bird, worm, 7, beetle.
            .
            Sample Output

            0.
            banana, OrAnGe, strawberry.
            Banana, orange, StRaWbErRy.
            0, 2, 4, 6, 8, 10.
            x, -20, 1, Y, 30, 1000, z.
            -100, 2, beetle, bird, 7, kitten, 7, 50, orangutan, puppy, 52, wor

                     本題不是難題,根據(jù)題意,只需把輸入中的數(shù)字和字符串分開,然后分別按照相應(yīng)的規(guī)則進行排序,并記錄下第i個是數(shù)字或者是字符,最后按照記錄情況一次輸出相應(yīng)的元素即可。因為需要對字符串?dāng)?shù)組進行排序,因此第一印象是使用C++stringSTL中的sort函數(shù),但是結(jié)果卻因為懶得寫一個排序函數(shù)多寫了很多代碼。

            具體代碼如下:

            #include <iostream>
            #include 
            <cstdio>
            #include 
            <cstdlib>
            #include 
            <string>
            #include 
            <cstring>
            #include 
            <algorithm>
            #include 
            <cctype>

            using namespace std;

            string s[80];
            int a[80];
            bool flag[80];
            char buf[80];
            bool cmp(string a, string b)
            {
                
            string tmpa = a;
                
            string tmpb = b;
                transform(a.begin(),a.end(), tmpa.begin(), ::tolower);
                transform(b.begin(),b.end(), tmpb.begin(), ::tolower);
                
            return tmpa < tmpb;
            }
            int main(void)
            {
                
            int alpha, num;
                
            string t;
                
            char *p;
                
            int i, j;
                
            int sign;
                
            int tmp;
                
            int k;
                
            int m, n;
                freopen(
            "in.txt""r", stdin);
                
            while (fgets(buf, 80, stdin) != NULL && buf[0!= '.')
                {
                    p 
            = buf;
                    i 
            = j = 0;
                    alpha 
            = num = 0;
                    k 
            = 0;
                    
            while (*!= '\n' && *!= '.')
                    {
                        
            while (*== ' ')
                            
            ++p;
                        sign 
            = 1;
                        
            if (*== '-' || isdigit(*p) || *== '+')
                        {
                            
            if (*== '-')
                            {
                                sign 
            = -1;
                                
            ++p;
                            }    
                            
            else if (*== '+')
                                
            ++p;
                            tmp 
            = 0;
                            
            while (*!= ',' && *!= '.')
                            {
                                tmp 
            = tmp*10 + (*p-'0');
                                
            ++p;
                            }
                            a[num
            ++= tmp*sign;
                            flag[k
            ++= false;
                        }    
                        
            else
                        {
                            i 
            = 0;
                            t 
            = "";
                            
            while (*!= ',' && *!= '.')
                            {
                                t 
            += *p;
                                
            ++p;
                                
            ++i;
                            }
                            s[alpha
            ++= t;
                            flag[k
            ++= true;
                        }
                        
            ++p;
                    }
                    sort(a, a
            +num);
                    sort(s, s
            +alpha, cmp);
                    m 
            = n  = 0;
                    
            if (!flag[0])
                    {
                        printf(
            "%d", a[0]);
                        
            ++m;
                    }
                    
            else
                    {
                        printf(
            "%s", s[0].c_str());
                        
            ++n;
                    }
                    
            for (i = 1; i < k; ++i)
                    {
                        
            if (!flag[i])
                        {
                            printf(
            ", %d", a[m]);
                            
            ++m;
                        }
                        
            else
                        {
                            printf(
            ", %s", s[n].c_str());
                            
            ++n;
                        }
                    }
                    printf(
            ".\n");
                }
                
            return 0;
            }


            只有注冊用戶登錄后才能發(fā)表評論。
            網(wǎng)站導(dǎo)航: 博客園   IT新聞   BlogJava   博問   Chat2DB   管理


            posts - 12, comments - 1, trackbacks - 0, articles - 1

            Copyright © 李東亮

            欧美一区二区三区久久综合| 久久久久香蕉视频| 99久久成人国产精品免费| 人人狠狠综合久久亚洲88| 久久综合五月丁香久久激情| 午夜精品久久久久久毛片| 99久久人妻无码精品系列| 久久久久国产精品麻豆AR影院 | 久久热这里只有精品在线观看| 久久久久av无码免费网| 久久国产成人亚洲精品影院| 久久男人Av资源网站无码软件| 热RE99久久精品国产66热| 99久久无色码中文字幕| 伊人色综合久久天天人手人婷| 一本大道久久a久久精品综合| 99久久国产精品免费一区二区| 久久免费视频网站| 久久综合噜噜激激的五月天| 久久91精品国产91| 久久精品国产精品亜洲毛片| 久久精品人人槡人妻人人玩AV | 性做久久久久久免费观看| 久久精品国产半推半就| 久久国产热精品波多野结衣AV| 久久频这里精品99香蕉久| 久久久久亚洲爆乳少妇无| 久久美女网站免费| 2021少妇久久久久久久久久| 色婷婷综合久久久中文字幕| 久久婷婷色香五月综合激情| 中文字幕精品无码久久久久久3D日动漫| 久久精品国产亚洲麻豆| 国产精品一久久香蕉国产线看 | 99久久国产宗和精品1上映| 久久久久免费精品国产| 欧美精品乱码99久久蜜桃| 精品久久久一二三区| 久久久久亚洲精品日久生情 | 色综合久久最新中文字幕| 久久99久久99小草精品免视看|