using System;
public class Program
{
public static void Main()
string x="TH";
Console.WriteLine(x=="TH" ? "Thai" : "China");
}