コード例 #1
0
ファイル: NewItemShop.cs プロジェクト: chokudai/TopCoder
 //private void test_case_4() { int Arg0 = 5; string[] Arg1 = new string[]{ "1,1,10", "2,2,9", "3,3,8", "4,4,7", "5,5,6", "6,6,5", "7,7,4", "8,8,3", "9,9,2", "10,10,1" }; double Arg2 = 2.1999744634845344; verify_case(4, Arg2, getMaximum(Arg0, Arg1)); }
 // END CUT HERE
 // BEGIN CUT HERE
 public static void Main()
 {
     NewItemShop ___test = new NewItemShop();
     ___test.run_test(-1);
     try {
     } catch(Exception e) {
     //Console.WriteLine(e.StackTrace);
     Console.WriteLine(e.ToString());
     }
 }
コード例 #2
0
    //private void test_case_4() { int Arg0 = 5; string[] Arg1 = new string[]{ "1,1,10", "2,2,9", "3,3,8", "4,4,7", "5,5,6", "6,6,5", "7,7,4", "8,8,3", "9,9,2", "10,10,1" }; double Arg2 = 2.1999744634845344; verify_case(4, Arg2, getMaximum(Arg0, Arg1)); }

// END CUT HERE
// BEGIN CUT HERE
    public static void Main()
    {
        NewItemShop ___test = new NewItemShop();

        ___test.run_test(-1);
        try {
        } catch (Exception e) {
//Console.WriteLine(e.StackTrace);
            Console.WriteLine(e.ToString());
        }
    }