日韩亚洲一区中文字幕,日韩欧美三级中文字幕在线,国产伦精品一区二区三区,免费在线欧美性爱链接

      1. <sub id="o5kww"></sub>
        <legend id="o5kww"></legend>
        <style id="o5kww"><abbr id="o5kww"></abbr></style>

        <strong id="o5kww"><u id="o5kww"></u></strong>
        1. 以下是用Scilab編寫的程序,輸出a,b的含義是________________

          a=input(please give the first number)

          b=input(please give the second number)

          while a<>b

             if a=b

              a=ab;

             else

              b=ba;

            end

          end

          print(io(2),a,b)

          答案:略
          解析:

          求a,b的最大公約數(shù)


          練習(xí)冊系列答案
          相關(guān)習(xí)題

          科目:高中數(shù)學(xué) 來源:“伴你學(xué)”新課程 數(shù)學(xué)·必修3、4(人教B版) 人教B版 題型:044

          以下是用Scilab語句編寫的一個程序,根據(jù)程序畫出相應(yīng)的程序框圖.

          x=input(“x=”);

          y=input(“y=”);

          print(%io(2),x/2)

          print(%io(2),3*y)

          x=x+1;

          y=y(tǒng)+1;

          print(%io(2),x)

          print(%io(2),y)

          查看答案和解析>>

          科目:高中數(shù)學(xué) 來源:數(shù)學(xué)教研室 題型:022

          以下是用Scilab編寫的程序,輸出a,b的含義是________________.

          a=input(“please give the first number”)

          b=input(“please give the second number”)

          while a<>b

             if a>=b

              a=a-b;

             else

              b=b-a;

            end

          end

          print(%io(2),a,b)

          查看答案和解析>>

          同步練習(xí)冊答案