ответ:8.
uses Robot;
begin
Task('cif8');
while freefromright do
right;
if wallfromup then
down;
paint;
up
end;
if wallfromdown then
up;
down
end.
7 я хз
Объяснение:
ответ:8.
uses Robot;
begin
Task('cif8');
while freefromright do
begin
right;
if wallfromup then
begin
down;
paint;
up
end;
if wallfromdown then
begin
up;
paint;
down
end;
end;
end.
7 я хз
Объяснение: