var n,max,a:integer; begin readln(a); max:=a; for i:=1 to n do begin readln(a); if max < a then max:=a; end; writeln(max); end. как то так..