using System; class Program { static void Main(string[] args) { var str = Console.ReadLine(); var result = Decimal.MaxValue; int len = str.Length; for (int i=0; i