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