回 帖 发 新 帖 刷新版面

主题:帮个忙好吗

 123454321
  1234321
   12321
    121
     1

回复列表 (共2个回复)

沙发

a$="123454321"
for b=1 to 5
print tab(10+b);mid$(a$,b,11-2*b)
next b
end
记得打个高分啊

板凳

a$="123454321"
for i=1 to 5
print tab (10+i); mid$(a$,1,5-i);
print right$ (a$,5-i+1)
next i
end

我来回复

您尚未登录,请登录后再回复。点此登录或注册