using System;
public class Program
{
public static void Main()
String statment = GetLength();
statment.Length;
}
static string GetLength() {
String statment = Console.ReadLine();
return statment;