Ejemplo n.º 1
0
 static void Test8()
 {
     var fox = new FoxPaintingBalls();
     Console.WriteLine(fox.theMax(1000000000000000000, 1000000000000000000, 1000000000000000000, 4));
 }
Ejemplo n.º 2
0
 static void Test7()
 {
     var fox = new FoxPaintingBalls();
     Console.WriteLine(fox.theMax(12, 12, 9, 4));
 }
Ejemplo n.º 3
0
 static void Test6()
 {
     var fox = new FoxPaintingBalls();
     Console.WriteLine(fox.theMax(1, 1, 1, 1));
 }
Ejemplo n.º 4
0
 static void Test5()
 {
     var fox = new FoxPaintingBalls();
     Console.WriteLine(fox.theMax(19330428391852493, 48815737582834113, 11451481019198930, 3456));
 }
Ejemplo n.º 5
0
 static void Test3()
 {
     var fox = new FoxPaintingBalls();
     Console.WriteLine(fox.theMax(7, 6, 7, 4));
 }
Ejemplo n.º 6
0
 static void Test0()
 {
     var fox = new FoxPaintingBalls();
     Console.WriteLine(fox.theMax(2, 2, 2, 3));
 }