Exemple #1
0
 static void Main(string[] args)
 {
     TableSeating t = new TableSeating();
     Console.Out.WriteLine(t.getExpected(4, new int[] {0,100}));
     Console.In.ReadLine();
         //
         // TODO: Add code to start application here
         //
 }
Exemple #2
0
// END CUT HERE
// BEGIN CUT HERE
    public static void Main()
    {
        try {
            TableSeating ___test = new TableSeating();
            ___test.run_test(-1);
        } catch (Exception e) {
//Console.WriteLine(e.StackTrace);
            Console.WriteLine(e.ToString());
        }
    }
Exemple #3
0
 // END CUT HERE
 // BEGIN CUT HERE
 public static void Main()
 {
     try {
     TableSeating ___test = new TableSeating();
     ___test.run_test(-1);
     } catch(Exception e) {
     //Console.WriteLine(e.StackTrace);
     Console.WriteLine(e.ToString());
     }
 }