level 2
如题
var i,j:integer;
begin
for i:=1 to 5 do
begin
for j:=1 to abs(i-3) do write(* *);
for j:=1 to (3-abs(i-3))<<1-1 do write(***);
writeln;
end;
end;
2014年09月13日 08点09分
1
level 2
主要是这句for j:=1 to (3-abs(i-3))<<1-1 do write(***);
2014年09月14日 09点09分
2
这到底是c还是pascal
2014年09月14日 09点09分
**<<1-1**????
2014年09月14日 10点09分