搜索
首页
|
论坛
|
消息
OI爱好者(OIFans.cn)
>
OI难题悬赏区
主题:
猴子抓兔子问题 求救
dai2012
发表于 2007-11-16 11:09
这是我的程序 好象不好使 帮侃侃改1下啊
const m=10;
var i,k:integer;
a:array[1..1000] of integer;
begin
i:=0;k:=0;
for i:=1 to 1000 do begin
a:=i;
end;
while i
回帖(5):
5楼
:题!....题!....题!....ooooo!!!!!!!!!!!!!!!!!!!!!!..................
4楼
:TYPE
point=^node;
node=record
data:integer;
link:point;
end;
3楼
:不床怎么帮你做呢?????
-->
全部回帖(5)»
最新回帖
收藏本帖
发新帖