public class Thinking2_1
{
	public static void main(String args[])
	{
		System.out.println("John Smith");
	}
}
