Beispiel #1
0
Datei: Q3.cs Projekt: Tilps/Stash
 static void Main(string[] args)
 {
     BreakingChocolate c = new BreakingChocolate();
     object o = c.minSteps(100000, 1000000, new int[] {0}, new int[] { 1 });
     PrintObj(o);
     System.Console.In.ReadLine();
 }
Beispiel #2
0
 // END CUT HERE
 // BEGIN CUT HERE
 public static void Main()
 {
     try {
     BreakingChocolate ___test = new BreakingChocolate();
     ___test.run_test(-1);
     } catch(Exception e) {
     //Console.WriteLine(e.StackTrace);
     Console.WriteLine(e.ToString());
     }
 }
Beispiel #3
0
// END CUT HERE
// BEGIN CUT HERE
    public static void Main()
    {
        try {
            BreakingChocolate ___test = new BreakingChocolate();
            ___test.run_test(-1);
        } catch (Exception e) {
//Console.WriteLine(e.StackTrace);
            Console.WriteLine(e.ToString());
        }
    }