program C1; {$APPTYPE CONSOLE} var i:integer; begin for i:=1 to 5 do writeln('Kalaphusha'); readln; end.