回 帖 发 新 帖 刷新版面

主题:chao nan

qiu 10!
快点
10分中后不加分

回复列表 (共11个回复)

沙发

cls
p=1
for i=1 to 10
p=p*i
next i
? p
end

板凳

CLS
FOR I=1 TO 10:S=S*I:NEXT I
PRINT S
END

3 楼

1 楼  
cls
p=1
for i=1 to 10
p=p*i
next i
? p
end

4 楼

cls:p=1
for i=1 to 10
p=p*i
next i
print p
end

5 楼

cls
p=1
for i=1 to 10
p=p*i
next i
? p
end

6 楼

cls
for i=1 to 10
  s=s*i
next i
print s
end
[em7][em8][em9]

7 楼

cls
for i=1 to 10
  s=s*i
next i
print s
end

[em7][em13][em16][em1][em2][em3][em19]

8 楼

2楼 6楼 7楼你们的“s=1”到哪了?!!
[em1][em9][em7]

9 楼

CLS:S=1
FOR I=1 TO 10:S=S*I:NEXT I
PRINT S
END

10 楼

CLS
S=1
FOR I=1 TO 10:S=S*I:NEXT I
PRINT S
END

我来回复

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