Exemplo n.º 1
0
	public static void Test(){
		int[] a = {0, 1, 3, -2, 0, 1, 0, -3, 2, 3 };
		Pit p = new Pit();
		Console.WriteLine(p.FindPit(a));
	}