var i, n:integer;
begin
readln(n);
for i:= n downto 1 do
  writeln('8');
end.