// END CUT HERE
 // BEGIN CUT HERE
 public static void Main()
 {
     try {
     SpaceshipEvacuation ___test = new SpaceshipEvacuation();
     ___test.run_test(-1);
     } catch(Exception e) {
     //Console.WriteLine(e.StackTrace);
     Console.WriteLine(e.ToString());
     }
 }
// END CUT HERE
// BEGIN CUT HERE
    public static void Main()
    {
        try {
            SpaceshipEvacuation ___test = new SpaceshipEvacuation();
            ___test.run_test(-1);
        } catch (Exception e) {
//Console.WriteLine(e.StackTrace);
            Console.WriteLine(e.ToString());
        }
    }