program example;
{$M 9999,0,0}
uses dos,crt,windows;
const pic:array[1..25] of string=(
' ',
' ',
' ******************** *************** ',
' * ** ** ',
' * ** ** ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * ** * ',
' * * ** * ',
' * ** ** ',
' * ** ** ** *** ** ',
' ********************* ** *************** ***** ** ',
' ');
type shijian=array[1..4] of word;
zuobiao=record x,y:longint; end;
var ch:char;
point,x,y,i,j,len,head,tail,col,line,point2,speed,score:longint;
f:text;
s:string;
b,a:array[1..100,1..100] of boolean;
she:array[1..1000000,1..2] of longint; //longint =====>>>> byte;^^^^^>><<<<<<<<<<>>>>>>>>>>
t1,t2:shijian;
apple,p_mark:zuobiao;
function turnstr(x:longint):string;
begin
str(x,turnstr);
while length(turnstr)<4 do turnstr:='0'+turnstr;
end; procedure printpic;
var i:longint;
begin
clrscr;
for i:=1 to 25 do writeln(pic[i]);
{$M 9999,0,0}
uses dos,crt,windows;
const pic:array[1..25] of string=(
' ',
' ',
' ******************** *************** ',
' * ** ** ',
' * ** ** ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * * ',
' * * ** * ',
' * * ** * ',
' * ** ** ',
' * ** ** ** *** ** ',
' ********************* ** *************** ***** ** ',
' ');
type shijian=array[1..4] of word;
zuobiao=record x,y:longint; end;
var ch:char;
point,x,y,i,j,len,head,tail,col,line,point2,speed,score:longint;
f:text;
s:string;
b,a:array[1..100,1..100] of boolean;
she:array[1..1000000,1..2] of longint; //longint =====>>>> byte;^^^^^>><<<<<<<<<<>>>>>>>>>>
t1,t2:shijian;
apple,p_mark:zuobiao;
function turnstr(x:longint):string;
begin
str(x,turnstr);
while length(turnstr)<4 do turnstr:='0'+turnstr;
end; procedure printpic;
var i:longint;
begin
clrscr;
for i:=1 to 25 do writeln(pic[i]);