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