Var i: integer; begin for i:=1 to 100 do begin if ((i mod 5)=0) and ((i mod 10)<>0) then write(i,' '); end; end.
Огромное спасибо*