Ответы
Ответ дал:
0
var ma,kol,bol,n,x,i:integer;beginread(n);for i:=1 to n do begin read(x); if x<30 then inc(bol); if x>ma then ma:=x; end;writeln(ma);if bol>0 then writeln('YES') else writeln('NO'); end.
Вас заинтересует
7 лет назад
10 лет назад
10 лет назад
10 лет назад