program Ausgeben(output);

var Buchstabe:char;
i:integer;
begin
ist:=true;
for Buchstabe:=a to z do


writeln (Buchstabe[2i]);
end.