public static void Main(string[] args) { IProblem problem = new Problem44(); problem.Run(); Console.ReadLine(); }