//private void test_case_3() { long Arg0 = 1234l; long Arg1 = 4321l; long Arg2 = 1178l; verify_case(3, Arg2, count(Arg0, Arg1)); } // END CUT HERE // BEGIN CUT HERE public static void Main() { try { TheAlmostLuckyNumbers ___test = new TheAlmostLuckyNumbers(); ___test.run_test(-1); } catch(Exception e) { //Console.WriteLine(e.StackTrace); Console.WriteLine(e.ToString()); } }
//private void test_case_3() { long Arg0 = 1234l; long Arg1 = 4321l; long Arg2 = 1178l; verify_case(3, Arg2, count(Arg0, Arg1)); } // END CUT HERE // BEGIN CUT HERE public static void Main() { try { TheAlmostLuckyNumbers ___test = new TheAlmostLuckyNumbers(); ___test.run_test(-1); } catch (Exception e) { //Console.WriteLine(e.StackTrace); Console.WriteLine(e.ToString()); } }