using System; namespace D10._2 { class Program { static void Main(string[] args) { if (args.Length < 1) throw new ArgumentException(); string input = args[0]; int tries = 50; _1.Program.Apply(ref input, ref tries); Console.WriteLine($"The answer is : {input.Length}"); } } }