РЕШИТЕ ПОЖАЛУЙСТА ЗАДАЧКУ ПО ИКТ В PASCAL ABC NET через integer
Накалякал немножко =) var a,n,i,t,g: integer; begin t:=0; g:=0; readln(N); for i:=1 to N do begin readln(a); if a>t then t:=a; if a =0 then g:=1; end; writeln(t); if g>0 then writeln('YES') else writeln('NO'); end.
var a,n,i,t,g: integer;begint:=0;g:=0;readln(N);for i:=1 to N do beginreadln(a);if a>t thent:=a;if a =0 theng:=1;end;writeln(t);if g>0 thenwriteln('YES')elsewriteln('NO');end.