- Опуликовал: admin
- |
- Коментариев: 0
- |
- Просмотров: 860
uses graphabc;
begin
moveto(200,200);
lineto(600,200);
lineto(400,400);
lineto(200,200);
floodfill(200,209,clred);
floodfill(206,201,clgreen);
circle(400,300,50);
floodfill(400,300,clblack);
circle(400,300,20);
end.
Составил Грико Игнат.
begin
moveto(200,200);
lineto(600,200);
lineto(400,400);
lineto(200,200);
floodfill(200,209,clred);
floodfill(206,201,clgreen);
circle(400,300,50);
floodfill(400,300,clblack);
circle(400,300,20);
end.
Составил Грико Игнат.