• <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 - 74,  comments - 33,  trackbacks - 0
             
            Time Limit: 3000MS Memory Limit: 65536K
            Total Submissions: 5593 Accepted: 878

            Description

            triDesign company produces different logical games and puzzles for children. One of the games called triSuper is basically a set of sticks. The length of a stick is measured in millimeters and some of sticks in a set may be of the same length.

            Authors of the game think for some reason that a child being given a triSuper game set uses the sticks to construct triangles. Doing so, the child will eventually realize that it is not always possible to construct a triangle from any three sticks. This is the educational value of the game – to study “the inequality of a triangle”.

            A particular feature of the game is that each game set is unique. Furthermore, each game set is tested after production. The game set is rejected if it breaks any of the following rules.

            1. None three sticks from the set can be used to construct a triangle.
            2. Any three sticks from the set can be used to construct a triangle.

            As far as a game set may contain a lot of sticks, it is necessary to develop special program to help testing game sets. This is what you need to do.

            Input

            The input describes one game set. The first line of the input contains an integer number N (1 ≤ N ≤ 1 000 000). The second line contains N integer numbers A1, A2, …, AN, separated by spaces (1 ≤ Ai ≤ 2 000 000 000). Ai is the length of the stick number i in the set. Sticks in the set a so thin, that you can disregard their thickness.

            Output

            The output has to contain a single line. If a game set is rejected than the line is “The set is rejected.”. Otherwise, the line is “The set is accepted.”

            Sample Input

            sample input #1
            3
            1 2 3
            sample input #2
            4
            4 4 4 4
            sample input #3
            4
            1 2 3 4

            Sample Output

            sample output #1
            The set is rejected.
            sample output #2
            The set is rejected.
            sample output #3
            The set is accepted.

            如果說(shuō)這是道水題的話,前提是你能提高輸入的效率!
            C++的cin肯定是不行的,C的scanf在這海量的數(shù)據(jù)面前也顯得有些蒼白無(wú)力,所以只能自己寫字節(jié)讀入函數(shù)來(lái)輸入數(shù)據(jù)
             
            我寫的讀入函數(shù)在下面(參考過(guò)資料)
             1int in(int a)
             2{
             3    int sum=0;
             4    char ch;
             5    getchar();
             6    while((ch=getchar())!=EOF)
             7    {
             8        if(ch<='9'&&ch>='0')sum=sum*10+ch-'0';
             9        else 
            10        {
            11            s[a++]=sum;
            12            sum=0;    
            13        }

            14    }

            15    return 1;    
            16}

            而思路與原來(lái)一樣,可是這樣之后的提交就是一次AC 1110ms。
             我的優(yōu)化思路還是沒(méi)有AC
            思路如下:
            Dissicion里面說(shuō)Fibnacci 函數(shù)來(lái)限制sort的范圍因?yàn)?1 1  2  3  5  8  13  21 可以是三角形的臨界情況,大概是 F(46)是int的上限
            可是一直WA,實(shí)在是搞不明白自己哪里錯(cuò)了。
            輸入的時(shí)候我提取的最小的兩個(gè)數(shù)最大的一個(gè)數(shù)的代碼如下
             1 int in(int a)
             2 {
             3     int sum=0;
             4     char ch;
             5     getchar();
             6     while((ch=getchar())!=EOF)
             7     {
             8         if(ch<='9'&&ch>='0')sum=sum*10+ch-'0';
             9         else 
            10         {
            11             s[a++]=sum;
            12             sum=0;
            13             if(s[a-1]>Max)Max=s[a-1];
            14             if(s[a-1]<min1)
            15             {
            16                 min2=min1;
            17                 min1=s[a-1];
            18             }
            19             else if(s[a-1]<min2)min2=s[a-1];    
            20         }
            21     }
            22     return 1;    
            23 }

            提交很多次大概有40左右次吧,優(yōu)化思路還是沒(méi)有AC,有個(gè)牛人要請(qǐng)我吃飯了
            posted on 2008-12-22 11:15 KNIGHT 閱讀(427) 評(píng)論(1)  編輯 收藏 引用

            FeedBack:
            # re: POJ 2967 Triangles
            2008-12-25 12:37 | Knight
            思路沒(méi)錯(cuò),因?yàn)閷懙臅r(shí)候
            有了min1+min2<=MAX存在了溢出問(wèn)題。。。。所以WA了
            改了之后排名第四516msAC  回復(fù)  更多評(píng)論
              

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


            <2008年12月>
            30123456
            78910111213
            14151617181920
            21222324252627
            28293031123
            45678910

            常用鏈接

            留言簿(8)

            隨筆檔案

            文章檔案

            Friends

            OJ

            搜索

            •  

            最新評(píng)論

            閱讀排行榜

            評(píng)論排行榜

            久久99精品国产| 无码精品久久一区二区三区| A级毛片无码久久精品免费| 思思久久精品在热线热| 精品久久久噜噜噜久久久| 久久久WWW成人| 亚洲AV无码久久精品成人| 91精品国产91久久久久久蜜臀| 久久久久久久免费视频| 97久久久精品综合88久久| 一本大道久久东京热无码AV| 久久精品中文无码资源站| 久久综合久久伊人| 久久精品成人国产午夜| 最新久久免费视频| 久久久久亚洲爆乳少妇无 | 久久伊人精品青青草原日本| 午夜精品久久久久久毛片| 亚洲国产精品综合久久网络 | 中文字幕无码久久人妻| 国产香蕉97碰碰久久人人| 久久人妻少妇嫩草AV无码专区| 久久影院午夜理论片无码| 国产精品久久永久免费| 久久精品无码专区免费东京热| 一日本道伊人久久综合影| 免费国产99久久久香蕉| 久久久国产精品福利免费| 久久不见久久见免费视频7| 无码人妻少妇久久中文字幕蜜桃 | 2020久久精品国产免费| 久久综合给合久久狠狠狠97色| 久久精品国产清自在天天线| 久久人妻少妇嫩草AV蜜桃| 免费精品久久天干天干| 无码八A片人妻少妇久久| 一本大道久久东京热无码AV | 亚洲国产精久久久久久久| 亚洲午夜精品久久久久久人妖| 久久久久久狠狠丁香| 国产精品99久久久久久猫咪|