using System;
public class Program
{
public static void Main()
string words = "thehan love tharuni";
int number = 69;
Console.WriteLine(words + " hardcore");
Console.WriteLine(number + " is a common sex");
}