早教吧作业答案频道 -->其他-->
vf问题,我哪里出了错dowhile.t.store1toc,xinput"任意输入正整数"toaifint(a)=a.and.a>0nextelsewait"请输入正整数"loopendifenddodowhile.t.input"任意输入正整数"tobifint(b)=b.and.b>0nextelsewait"请输
题目详情
vf问题,我哪里出了错
do while .t.
store 1 to c,x
input"任意输入正整数" to a
if int(a)=a.and.a>0
next
else
wait "请输入正整数"
loop
endif
enddo
do while .t.
input"任意输入正整数" to b
if int(b)=b.and.b>0
next
else
wait "请输入正整数"
loop
endif
enddo
if a=b
for q=1 to a
x=x*q
endfor
endif
if a>b
c=b
b=a
a=c
endi
for i=1 to a
x=x*i
endf
s=x
for j=a+1 to b
x=x*j
s=s+x
endf
retu
do while .t.
store 1 to c,x
input"任意输入正整数" to a
if int(a)=a.and.a>0
next
else
wait "请输入正整数"
loop
endif
enddo
do while .t.
input"任意输入正整数" to b
if int(b)=b.and.b>0
next
else
wait "请输入正整数"
loop
endif
enddo
if a=b
for q=1 to a
x=x*q
endfor
endif
if a>b
c=b
b=a
a=c
endi
for i=1 to a
x=x*i
endf
s=x
for j=a+1 to b
x=x*j
s=s+x
endf
retu
▼优质解答
答案和解析
粗略地(大写字母所示):
STORE 1 TO c,x
do while .t.
input"任意输入正整数" to a
if int(a)=a.and.a>0
EXIT
else
wait "请输入正整数"
loop
endif
enddo
do while .t.
input"任意输入正整数" to b
if int(b)=b.and.b>0
EXIT
else
wait "请输入正整数"
loop
endif
enddo
if a=b
for q=1 to a
x=x*q
endfor
endif
if a>b
c=b
b=a
a=c
endif
for i=1 to a
x=x*i
endfor
s=x
for j=a+1 to b
x=x*j
s=s+x
endfor
retu
STORE 1 TO c,x
do while .t.
input"任意输入正整数" to a
if int(a)=a.and.a>0
EXIT
else
wait "请输入正整数"
loop
endif
enddo
do while .t.
input"任意输入正整数" to b
if int(b)=b.and.b>0
EXIT
else
wait "请输入正整数"
loop
endif
enddo
if a=b
for q=1 to a
x=x*q
endfor
endif
if a>b
c=b
b=a
a=c
endif
for i=1 to a
x=x*i
endfor
s=x
for j=a+1 to b
x=x*j
s=s+x
endfor
retu
看了 vf问题,我哪里出了错dow...的网友还看了以下:
下列说法错误的是哪个?1、下列说法错误的是:A.负整数和负分数统称负有理数B.正整数、0、负整数统 2020-05-20 …
关于扩展欧几里得算法的问题设ax+by=ka,b为整数..t为a,b的最大公约数是不是k为t的倍数 2020-07-07 …
第一行一个正整数T,表示有T组测试数据;以下有T行,每行有一个1~19范围内的奇数n.输出说明:对 2020-07-19 …
矩阵和数列的综合填空设矩阵A=(bc)(de),称为函数:f(x)=bx+c/dx+e的系数矩阵, 2020-08-02 …
已知{an}是正项无穷数列,满足1/(an*a(n+1))+1/(a(n+1)*a(n+2))+1 2020-08-02 …
设函数f(x,y)=(1+m/y)^x,m>0,Y>0设n是正整数,t是正实数,t满足f(n,1)= 2020-11-01 …
x取哪些正整数时,代数式(8-3x)/7的值分别符合下列条件.(x取哪些正整数时,代数式(8-3x) 2020-11-07 …
若数列{an}满足:存在正整数T,对于任意正整数n都有an+T=an成立,则称数列{an}为周期数列 2020-12-23 …
物体甲的x-t图象和物体乙的v-t图象分别如图所示,则这两个物体的运动情况是()A.甲在整个t=6s 2021-01-14 …
已知函数y=sin(πx/3)在区间(0,t)上至少取得2次最大值,则正整数t的最小值是区间(0,t 2021-02-04 …