program test1; var nev : String; BEGIN Write('Név: '); ReadLn(nev); END.