Var a,b:integer; begin for a:=1 to 4999 do begin if (a mod 39=0) then b:=a; end; writeln(b); end. Ответ:Число 4992