using System;
public class test {
public static void Main(string[] args) {
String nom = Console.ReadLine();
Console.WriteLine("votre nom est " + nom);
Console.WriteLine(nom + " cest bien mon nom");
}