Легкотня!
uses Drawman;
begin
Field(10,10);
ToPoint(3,0);PenDown;
OnVector(-1,2);
OnVector(0,1);
OnVector(1,2);
OnVector(-2,2);
OnVector(1,1);
OnVector(1,-1);
OnVector(-1,-1);
OnVector(-1,1);
OnVector(1,0);
OnVector(0,-2);
OnVector(2,-2);
OnVector(2,2);
OnVector(-1,-4);
OnVector(-3,-1);
OnVector(-2,0);PenUp;
OnVector(1,1);PenDown;
OnVector(3,1);
OnVector(-3,1);PenUp;
end.
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Легкотня!
uses Drawman;
begin
Field(10,10);
ToPoint(3,0);PenDown;
OnVector(-1,2);
OnVector(0,1);
OnVector(1,2);
OnVector(-2,2);
OnVector(1,1);
OnVector(1,-1);
OnVector(-1,-1);
OnVector(1,1);
OnVector(-1,1);
OnVector(1,1);
OnVector(1,0);
OnVector(1,-1);
OnVector(0,-2);
OnVector(-1,-1);
OnVector(2,-2);
OnVector(1,0);
OnVector(2,2);
OnVector(-1,-4);
OnVector(-3,-1);
OnVector(-2,0);PenUp;
OnVector(1,1);PenDown;
OnVector(3,1);
OnVector(-3,1);PenUp;
end.