using System;
public class Program
{
public void dothis()
Console.Write("3737");
}
public static void Main()
int a=1; int b=1;
if (a==b)
dothis();