• <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>
            隨筆 - 87  文章 - 279  trackbacks - 0
            <2008年4月>
            303112345
            6789101112
            13141516171819
            20212223242526
            27282930123
            45678910

            潛心看書研究!

            常用鏈接

            留言簿(19)

            隨筆分類(81)

            文章分類(89)

            相冊(cè)

            ACM OJ

            My friends

            搜索

            •  

            積分與排名

            • 積分 - 217939
            • 排名 - 117

            最新評(píng)論

            閱讀排行榜

            評(píng)論排行榜

            Crossed ladders
            Time Limit:1000MS? Memory Limit:65536K
            Total Submit:1837 Accepted:605

            Description
            A narrow street is lined with tall buildings. An x foot long ladder is rested at the base of the building on the right side of the street and leans on the building on the left side. A y foot long ladder is rested at the base of the building on the left side of the street and leans on the building on the right side. The point where the two ladders cross is exactly c feet from the ground. How wide is the street?

            Input
            Each line of input contains three positive floating point numbers giving the values of x, y, and c.

            Output
            For each line of input, output one line with a floating point number giving the width of the street in feet, with three decimal digits in the fraction.

            Sample Input

            30 40 10
            12.619429 8.163332 3
            10 10 3
            10 10 1
            

            Sample Output

            26.033
            7.000
            8.000
            9.798
            

            Source
            The UofA Local 2000.10.14

            My Code:

            #include? < iostream >
            #include?
            < algorithm >
            #include?
            < cmath >
            #include?
            < iomanip >
            using ? namespace ?std;

            void ?round( double ?x,? double ?y,? double ?h)?
            {
            ????
            double ?s1,?s2,?s;
            ????
            double ?t,?beg,?end;
            ????
            if ?(x? == ?y)? {
            ????????s?
            = ?sqrt(x * x - 4 * h * h);
            ????}
            ? else ? {
            ????????
            if ?(y? < ?x)? {
            ????????????swap(x,?y);
            ????????}

            ????????beg?
            = ? 0 ;
            ????????end?
            = ?x;
            ????????s?
            = ?(beg? + ?end)? / ? 2 ;
            ????????t?
            = ? 1 ? / ?sqrt(x * x - s * s)? + ? 1 ? / ?sqrt(y * y - s * s);
            ????????
            while ?(fabs(t - 1 / h) > 0.000000001 )? {
            ????????????
            if ?(t? < ? 1 / h)? {
            ????????????????beg?
            = ?s;
            ????????????????s?
            = ?(beg? + ?end)? / ? 2 ;
            ????????????}
            ? else ? if ?(t? > ? 1 / h)? {
            ????????????????end?
            = ?s;
            ????????????????s?
            = ?(beg? + ?end)? / ? 2 ;
            ????????????}
            ? else ? {
            ????????????????
            break ;
            ????????????}

            ????????????t?
            = ? 1 ? / ?sqrt(x * x - s * s)? + ? 1 ? / ?sqrt(y * y - s * s);
            ????????}

            ????}

            ????cout?
            << ?setiosflags(ios:: fixed )? << ?setprecision( 3 )? << ?s? << ?endl;
            }


            int ?main()?
            {?
            ????
            double ?x,?y,?h;
            ????
            while ?(cin? >> ?x? >> ?y? >> ?h)? {
            ????????round(x,?y,?h);
            ????}

            ????
            return ? 0 ;
            }

            posted on 2006-05-08 21:24 閱讀(734) 評(píng)論(0)  編輯 收藏 引用 所屬分類: 算法&ACM
            久久丝袜精品中文字幕| 久久久精品国产Sm最大网站| 老男人久久青草av高清| 伊人久久精品影院| 东京热TOKYO综合久久精品| 99久久免费国产特黄| 国产三级精品久久| 久久久噜噜噜久久中文字幕色伊伊 | 伊人久久精品线影院| 久久精品无码一区二区日韩AV | 亚洲成色www久久网站夜月| 2021久久精品国产99国产精品| 久久久精品无码专区不卡| 伊人久久大香线蕉AV色婷婷色| 精品精品国产自在久久高清| 久久久久一级精品亚洲国产成人综合AV区| 久久91这里精品国产2020| 亚洲国产成人精品91久久久| 久久精品国产半推半就| 人妻无码精品久久亚瑟影视| 久久久久久久久久免免费精品| 久久国产热精品波多野结衣AV| 999久久久无码国产精品| 亚洲精品乱码久久久久久久久久久久 | 久久人人爽人人爽AV片| 久久国产亚洲精品无码| 亚洲中文字幕无码久久精品1 | 麻豆AV一区二区三区久久| 久久无码一区二区三区少妇| 中文字幕成人精品久久不卡| 久久精品国产亚洲av高清漫画| 伊人 久久 精品| 狠狠精品久久久无码中文字幕| 亚洲国产成人精品91久久久| 午夜精品久久久久久| 天堂无码久久综合东京热| 久久综合精品国产一区二区三区 | 婷婷国产天堂久久综合五月| 午夜精品久久久内射近拍高清| 色综合久久天天综合| 精品久久久久一区二区三区|