Program Pzim ;
var
q,w,e,r,t,y,u,i:real;
 Begin
 q:=1;
 w:=1;
 repeat
  writeln('lol');
  q:=9/9;
  w:=8/8;
  writeln(q);
  until keypressed
 End.

