using System;
public class Program
{
public static void Main()
//sakhtane yek jomle ya kalame :
String a , b;
a = ("salam");
b = (" chetori ?");
Console.WriteLine(a + b);
}