using System;
using System.Collections.Generic;
public class Program
{
public static void Main()
Console.WriteLine(Math.Ceiling((decimal)10/9));
}