Ответы
Ответ дал:
0
var a, b, c, d :real;
begin
read (a, b, c, d);
if (a=b) and (b=c) and (c=d) then write ('Ромб') else write ('Не ромб');
end.
begin
read (a, b, c, d);
if (a=b) and (b=c) and (c=d) then write ('Ромб') else write ('Не ромб');
end.
Вас заинтересует
2 года назад
2 года назад
8 лет назад
8 лет назад
10 лет назад
10 лет назад