program Dokimes;
BEGIN
writeln('Hello!');
writeln(7*8);
END.

quote>