VF中的嵌套错误
clear*定义数组并输入数据input'行数m='tominput'列数n='tondimensionda(m,n)fori=1tomforj=1toninput'输入...
clear
* 定义数组并输入数据
input' 行数 m = ' to m
input' 列数 n = ' to n
dimension da(m,n)
for i=1 to m
for j=1 to n
input'输入元素值:da('+str(i,2)+','+str(j,2)+') = 'to da(i,j)
endfor
endfor
* 处理
num=0
for i=1 to m 在这里出现嵌套错误
for j=1 to n
for k=1 to n
if da(i,j)<da(i,k) 展开
* 定义数组并输入数据
input' 行数 m = ' to m
input' 列数 n = ' to n
dimension da(m,n)
for i=1 to m
for j=1 to n
input'输入元素值:da('+str(i,2)+','+str(j,2)+') = 'to da(i,j)
endfor
endfor
* 处理
num=0
for i=1 to m 在这里出现嵌套错误
for j=1 to n
for k=1 to n
if da(i,j)<da(i,k) 展开
1个回答
展开全部
说明:出现嵌套错误原因为后面少了汪谨3个endfor
修改橘慎如下:
clear
* 定义数组并输入数据
input' 行数 m = ' to m
input' 列数 n = ' to n
dimension da(m,n)
for i=1 to m
for j=1 to n
input'输圆陵敬入元素值:da('+str(i,2)+','+str(j,2)+') = 'to da(i,j)
endfor
endfor
* 处理
num=0
for i=1 to m
for j=1 to n
for k=1 to n
if da(i,j)<da(i,k)
??da(i,k)
endif
endfor
endfor
endfor
修改橘慎如下:
clear
* 定义数组并输入数据
input' 行数 m = ' to m
input' 列数 n = ' to n
dimension da(m,n)
for i=1 to m
for j=1 to n
input'输圆陵敬入元素值:da('+str(i,2)+','+str(j,2)+') = 'to da(i,j)
endfor
endfor
* 处理
num=0
for i=1 to m
for j=1 to n
for k=1 to n
if da(i,j)<da(i,k)
??da(i,k)
endif
endfor
endfor
endfor
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询