using System;
public class Program
{
public static void Main()
int n = 61 / 30;
Console.WriteLine(n);
}