• <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>
            posts - 7, comments - 13, trackbacks - 0, articles - 37
               :: 首頁 :: 新隨筆 :: 聯系 ::  :: 管理

            1062 Text Reverse

            Posted on 2008-10-09 19:32 歲月流逝 閱讀(899) 評論(0)  編輯 收藏 引用

            Text Reverse

            Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)
            Total Submission(s): 1391    Accepted Submission(s): 577


            Problem Description
            Ignatius likes to write words in reverse way. Given a single line of text which is written by Ignatius, you should reverse all the words and then output them.
             

            Input
            The input contains several test cases. The first line of the input is a single integer T which is the number of test cases. T test cases follow.
            Each test case contains a single line with several words. There will be at most 1000 characters in a line.
             

            Output
            For each test case, you should output the text which is processed.
             

            Sample Input
            3
            olleh !dlrow
            m'I morf .udh
            I ekil .mca
             

            Sample Output
            hello world!
            I'm from hdu.
            I like acm.
            
            Hint
            Remember to use getchar() to read '\n' after the interger T, then you may use gets() to read a line and process it.
             

            Author
            Ignatius.L
             
            #include <stdio.h>
            #include <string.h>
            int main()
            {
                int i=0,n,length,t,j;
                char ch,p[1001],temp;
                scanf("%d",&n);
                ch=getchar();
                while(n--)
                {
                    gets(p);
                    length=strlen(p);
                    t=0;
                    for(i=0;i<=length;i++)
                    {
                        if(p[i]==' '||p[i]=='\0')
                        {
                           for(j=t;j<(i+t)/2;j++)
                        {
                            temp=p[j];
                            p[j]=p[i-j+t-1];
                            p[i-j+t-1]=temp;
                        }
                        t=i+1;
                        }
               
                    }   
                    printf("%s\n",p);
               
                }
                return 0;
            }
            99热成人精品免费久久| 久久久亚洲欧洲日产国码二区 | 久久精品中文字幕有码| 久久伊人五月天论坛| 中文字幕久久久久人妻| 久久久久国产精品熟女影院| 亚洲欧美精品伊人久久| 一本色道久久88加勒比—综合| 久久精品国产亚洲网站| 亚洲日本va午夜中文字幕久久| 成人午夜精品无码区久久| 欧美亚洲另类久久综合| 久久久久久久久66精品片| 精品久久久久久久| 亚洲精品国产综合久久一线| 国产精品美女久久久久| 日日狠狠久久偷偷色综合免费| 少妇精品久久久一区二区三区| 久久激情亚洲精品无码?V| 久久99久久99精品免视看动漫| 久久天天婷婷五月俺也去| 激情五月综合综合久久69| 人妻无码久久一区二区三区免费| 久久久久久久久久久免费精品| 精品久久久久久无码中文字幕一区| 久久亚洲精品无码观看不卡| 久久精品国产精品亚洲精品| 一本色道久久综合狠狠躁| 婷婷久久综合| 久久久受www免费人成| 国产精品无码久久综合网| 久久91精品久久91综合| 久久人人爽人人爽人人AV东京热| 亚洲色欲久久久久综合网| 久久婷婷五月综合成人D啪| 精品久久久久中文字幕一区| 精品久久久久久| 狠狠人妻久久久久久综合| 狠狠精品久久久无码中文字幕 | 无码专区久久综合久中文字幕| 青青热久久国产久精品 |