class Program { static void Main(string[] args) { string n = Console.ReadLine(); Console.WriteLine((n.Length+1)*9); } }