标题:错在那里了
取消只看楼主
flashweb
Rank: 1
等 级:新手上路
帖 子:58
专家分:0
注 册:2005-3-14
 问题点数:0 回复次数:0 
错在那里了
我的题目是一个四位数它的前两个数相同,后两位数也相同。而且这个数是一个正整数个平方。求这个数。 <script language="VBScript"> dim a,b,b1,c,c1,d,e for e=1 to 9999 a=int(e/1000) b=e-a*1000 b1=int(b/100) c=e-a*1000-b1*100 c1=int(c/10) d=int(e-a*1000-b1*100-c1*10) if a=b1 and c1=d and then document.write(e) end if netx </script>
搜索更多相关主题的帖子: int TABLE 位数 VBScript 
2005-03-24 14:41



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-13939-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.659965 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved