| 版权声明 关于本站 在线留言 登陆管理 个人博客 |
| 『辰桦网络』. All Rights Reserved Station construction time: on April 4, 2006 |
2.在表单中输入以下语句:
set talk off
clear
s=0
n=1
do while s<10^20
d=1
for j=1 to n
d=d*j
endfor
s=s+d
n=n+2
enddo
?"临界值:" ,s-d
?"n=",n-2
set talk on
3.do lj
最新评论