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

            ACM___________________________

            ______________白白の屋
            posts - 182, comments - 102, trackbacks - 0, articles - 0
            <2010年8月>
            25262728293031
            1234567
            891011121314
            15161718192021
            22232425262728
            2930311234

            常用鏈接

            留言簿(24)

            隨筆分類(332)

            隨筆檔案(182)

            FRIENDS

            搜索

            積分與排名

            最新隨筆

            最新評論

            閱讀排行榜

            評論排行榜

            MiYu原創, 轉帖請注明 : 轉載自 ______________白白の屋

            題目地址:
                     http://acm.hdu.edu.cn/showproblem.php?pid=2199
            題目描述:
                     
            Can you solve this equation?

            Time Limit: 
            2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)
            Total Submission(s): 
            322    Accepted Submission(s): 148


            Problem Description
            Now,given the equation 
            8*x^4 + 7*x^3 + 2*x^2 + 3*+ 6 == Y,can you find its solution between 0 and 100;
            Now please 
            try your lucky.
             

            Input
            The first line of the input contains an integer T(
            1<=T<=100) which means the number of test cases. Then T lines follow, each line has a real number Y (fabs(Y) <= 1e10);
             

            Output
            For each test 
            case, you should just output one real number(accurate up to 4 decimal places),which is the solution of the equation,or “No solution!”,if there is no solution for the equation between 0 and 100.
             

            Sample Input
            2
            100
            -4
             

            Sample Output
            1.6152
            No solution
            !

            題目分析:
            很明顯,這是一個2分搜索的題目, 但是注意下題目的數據!! 1e10 的實數!! 而且精度是要求在 0.0001 . 所以就算是2分數據量依舊比較大,如果用
            通常的遞歸方法嗎很遺憾 , RE了.............  沒辦法, 只能循環了.
            下面的是遞歸 RE 的代碼 :
            #include <iostream>
            #include <cmath>
            using namespace std;
            #define POW(x) ( (x) * (x) )
            #define POW3(x) ( POW(x) * (x) )
            #define POW4(x) ( POW(x) * POW(x) )
            double y = 0;
            bool douEql ( double a,double b )
            {
            if ( fabs( a - b ) <= 1e-6  )
            return  true;
            return false;
            }
            double cal ( double n )
            {
            return 8.0 * POW4(n) + 7 * POW3(n) + 2 * POW(n) + 3 * n + 6 ;
            }
            double biSearch ( double l, double r )
            {
            if ( douEql ( l,r ) )
            {
            if ( douEql ( y, cal ( l ) ) )
            return l;
            return -1;
            }
            double mid = ( l + r ) / 2.0;
            if ( douEql ( y, cal ( mid ) ) )
            return mid;
            else if ( cal ( mid ) > y )
            return biSearch ( l,mid - 0.0001 );
            else
            return biSearch ( mid + 0.0001, r );
            }
            int main ()
            {
            int T;
            scanf ( "%d",&T );
            while ( T -- )
            {
            scanf ( "%lf",&y );
            if ( cal(0) >= y && cal(100) <= y )
            {
            printf ( "No solution!\n" );
            continue;
            }
            double res = biSearch ( 0.0, 100.0 );
            if ( res == -1 )
            printf ( "No solution!\n" );
            else
            printf ( "%.4lf\n",res );
            }
            return 0;
            }

            AC代碼如下:
            MiYu原創, 轉帖請注明 : 轉載自 ______________白白の屋

            #include 
            <iostream>
            #include 
            <cmath>
            using namespace std;
            #define POW(x) ( (x) * (x) )
            #define POW3(x) ( POW(x) * (x) )
            #define POW4(x) ( POW(x) * POW(x) )
            double y = 0;
            double cal ( double n )
            {
                   
            return 8.0 * POW4(n) + 7 * POW3(n) + 2 * POW(n) + 3 * n + 6 ;
            }
            int main ()
            {
                
            int T;
                scanf ( 
            "%d",&T );
                
            while ( T -- )
                {
                      scanf ( 
            "%lf",&y );
                      
            if ( cal(0> y || cal(100< y )
                      {
                           printf ( 
            "No solution!\n" );
                           
            continue;
                      }
                      
            double l = 0.0, r = 100.0,res = 0.0;
                      
            while ( r - l > 1e-6 )
                      {
                            
            double mid = ( l + r ) / 2.0;
                            res 
            = cal ( mid );
                            
            if ( res > y )
                                 r 
            = mid - 1e-6;    
                            
            else 
                                 l 
            = mid + 1e-6;
                      }
                      printf ( 
            "%.4lf\n",( l + r ) / 2.0 ); 
                }
                
            return 0
            }
            久久93精品国产91久久综合| 久久99精品久久久久久hb无码| 国产亚洲精久久久久久无码AV| 精品久久久久久无码人妻热| 少妇无套内谢久久久久| 国产精品久久久久久福利69堂| 亚洲七七久久精品中文国产| 久久久精品人妻一区二区三区四| 久久久免费观成人影院| 日韩精品久久久肉伦网站| 伊人久久免费视频| 久久国产亚洲高清观看| 久久久久亚洲AV成人网人人网站| 国产成人精品久久一区二区三区| 亚洲乱码日产精品a级毛片久久| 久久精品国产亚洲av日韩| 亚洲人成电影网站久久| 激情综合色综合久久综合| a高清免费毛片久久| 婷婷五月深深久久精品| 亚洲国产日韩综合久久精品| 久久嫩草影院免费看夜色| 国产欧美一区二区久久| 国产精品女同久久久久电影院| 中文字幕无码久久精品青草| 久久久久97国产精华液好用吗| 久久久久四虎国产精品| 国产精品久久波多野结衣| 国产亚洲精品自在久久| 老色鬼久久亚洲AV综合| 人妻少妇久久中文字幕一区二区| 亚洲中文精品久久久久久不卡| 亚洲精品美女久久久久99小说| 色婷婷狠狠久久综合五月| 久久国产成人亚洲精品影院| 国产ww久久久久久久久久| 青青草原综合久久大伊人精品| 亚洲欧美日韩精品久久| 久久久青草青青国产亚洲免观| 青青草国产97免久久费观看| 欧美一区二区久久精品|