#10840: PASCAL解


35133732 (TW藍風●w●)


var s : string;
begin
while not eof do begin
readln(s);
writeln('hello, ',s);
end;
end.