1 212 Pascal Limak? Kamil = null; 2018-11-22 12:15:11
click to edit code
                        var s:string;
    len:Longint;
begin
  Randomize;
  s:='';
  for len:=Random(249)+8 downto 0 do
      s:=s+chr(Random(94)+33);
  writeln(s);
end.