using System;
public class Program
{
public static void Main()
String input = "0ut5yst3m5";
Console.WriteLine(input.Length);
}