示例#1
0
文件: Q2.cs 项目: Tilps/Stash
 static void Main(string[] args)
 {
     KthProbableElement c = new KthProbableElement();
     object o = c.probability(3, 1, 2, 2, 2);
     PrintObj(o);
     System.Console.In.ReadLine();
 }
示例#2
0
// END CUT HERE
// BEGIN CUT HERE
    public static void Main()
    {
        try {
            KthProbableElement ___test = new KthProbableElement();
            ___test.run_test(-1);
        } catch (Exception e) {
//Console.WriteLine(e.StackTrace);
            Console.WriteLine(e.ToString());
        }
    }
示例#3
0
 // END CUT HERE
 // BEGIN CUT HERE
 public static void Main()
 {
     try {
     KthProbableElement ___test = new KthProbableElement();
     ___test.run_test(-1);
     } catch(Exception e) {
     //Console.WriteLine(e.StackTrace);
     Console.WriteLine(e.ToString());
     }
 }