• <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
            <2025年6月>
            25262728293031
            1234567
            891011121314
            15161718192021
            22232425262728
            293012345

            潛心看書研究!

            常用鏈接

            留言簿(19)

            隨筆分類(81)

            文章分類(89)

            相冊

            ACM OJ

            My friends

            搜索

            •  

            積分與排名

            • 積分 - 217828
            • 排名 - 117

            最新評論

            閱讀排行榜

            評論排行榜

            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) 評論(0)  編輯 收藏 引用 所屬分類: 算法&ACM
            亚洲精品国产综合久久一线| 久久人妻少妇嫩草AV无码专区| 成人午夜精品久久久久久久小说| 久久综合九色综合97_久久久| 国产AV影片久久久久久| 久久成人永久免费播放| 久久亚洲AV成人无码| 99久久国产综合精品麻豆| 91精品国产91久久久久久青草 | 亚洲国产精品无码久久98| 久久久久久亚洲AV无码专区| 香蕉久久夜色精品国产小说| 亚洲精品综合久久| 香蕉久久夜色精品国产小说| 东方aⅴ免费观看久久av| 狠狠精品干练久久久无码中文字幕| 久久中文字幕无码专区| 国内精品久久久久| 亚洲av日韩精品久久久久久a | 性做久久久久久久久浪潮| 国内精品伊人久久久久| 久久AV无码精品人妻糸列| 香港aa三级久久三级| 久久精品无码专区免费青青| 国产免费久久精品99re丫y| 久久国产成人| 国产精品成人精品久久久| 久久久久久毛片免费播放| 久久亚洲熟女cc98cm| 久久久久久青草大香综合精品| 国产一区二区三区久久| 91精品国产9l久久久久| 久久丫精品国产亚洲av不卡| 新狼窝色AV性久久久久久| 久久毛片一区二区| 人妻无码αv中文字幕久久琪琪布| 久久久久国产精品麻豆AR影院| 国产精品免费看久久久香蕉| 日本久久久精品中文字幕| 国内精品久久久久久久coent| 国产精品青草久久久久福利99|