using System;
public class Program
{
public static void Main()
Console.WriteLine(dosth());
}
public static int dosth (){
try{
throw new Exception();
return 1;
catch{
return 2;