using System;
public class Program
{
public static void Main()
var nepal = "Kathmandu";
//var nepal = "Other";
Console.WriteLine((nepal == "Kathmandu" ? "Sochnai parcha" : "Farki sake"));
}