using System;
public class Program
{
public static System.Object Test(){
return 3;
}
public static void Main()
Console.WriteLine(Test());