Continue working in groups. Read one of the texts. Check if you were right. Roy Hi! I’m from Canada, the second largest country in the world. Its nearly as big as all of Europe.

wfew wfew    3   17.04.2019 04:30    6

Ответы
  04.06.2020 14:05
Var n,i:integer;
begin
for n:=2 to 99 do
begin
for i:=2 to 99 do
begin
if (n+i)=(n*i) then writeln(n,' ',i);
end;
end;
end.
ПОКАЗАТЬ ОТВЕТЫ
Другие вопросы по теме Другие предметы