using System; class Program { static void Main() { var n = Console.ReadLine().Length - 10; Console.WriteLine(Math.Abs(n)); } }