program patuljci;
var a,i: integer;
begin

   read(a);


          for i:=1  to a do writeln('ne');

end.