using System;
public class Program
{
static int n = 2;
public static void Main()
Console.WriteLine(Hola());
}
public static int Hola()
return n;