版权声明 关于本站 在线留言 登陆管理 个人博客 |
『辰桦网络』. All Rights Reserved Station construction time: on April 4, 2006 |
2.在表单中输入以下语句:
set talk off
clear
input "n=" to n
input "x=" to x
s=0
for i=1 to n
p=1
for j=1 to i
p=p*x
endfor
s=s+p
endfor
?"s=",s
set talk on
3. do jc