- Опуликовал: admin
- |
- Коментариев: 0
- |
- Просмотров: 874
uses GraphABC;
begin
rectangle(100,100,700,500);
LINE(300,100,300,500);
line(100,250,700,250);
circle(200,175,50);
circle(500,175,70);
circle(200,320,50);
circle(500,390,90);
floodfill(200,175,clblue);
floodfill(500,390,clsilver);
floodfill(200,320,clmoneygreen);
floodfill(500,175,clyellow);
floodfill(102,102,clgray);
floodfill(302,102,clmedgray);
floodfill(102,252,cllime);
floodfill(302,498,clteal);
end.
Составил Грико Игнат
begin
rectangle(100,100,700,500);
LINE(300,100,300,500);
line(100,250,700,250);
circle(200,175,50);
circle(500,175,70);
circle(200,320,50);
circle(500,390,90);
floodfill(200,175,clblue);
floodfill(500,390,clsilver);
floodfill(200,320,clmoneygreen);
floodfill(500,175,clyellow);
floodfill(102,102,clgray);
floodfill(302,102,clmedgray);
floodfill(102,252,cllime);
floodfill(302,498,clteal);
end.
Составил Грико Игнат