var Nom: String;
begin
  Write ('Entrez votre nom : ');
  ReadLn (Nom);
  Writeln ('Salut ',Nom);
end.
