using System;
public class Program
{
public static void Main()
String temp = "101";
if(temp != "102")
Console.WriteLine("diff");
}