program tere4; var s: string; begin writeln('Sisesta oma nimi! '); readln(s); writeln; writeln(s); writeln('Tere, ' , s, '!'); end.