var 
i:integer;
begin
for i:=60 to 70 do 
writeln (chr(i));
end.
