private static void Main()
 {
     StartUp.ReadInput();
     StartUp.Solve();
 }