题目内容
以下是用
Scilab编写的程序,输出a,b的含义是________________.a=input(
“please give the first number”)b=input(
“please give the second number”)while
a<>bif a>=b
a=a-b;
else
b=b-a;
end
end
print(
%io(2),a,b)
答案:略
解析:
解析:
|
求a,b的最大公约数 |
练习册系列答案
相关题目
11.Have you seen Jack recently?I wonder ________with his classmates.( )
| A. | how is he getting along | B. | that he is getting along well | ||
| C. | what he is getting along | D. | if he is getting along well |