program whoru;
var x: string;
begin
writeln ('What is your name?');
readln (x);
writeln ('You suck,', x);
end.