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