//Testcase static void Main(string[] args) { Solution s = new Solution(); Console.Write(s.IncreasingTriplet(new int[] { 0, -1, 1, -3, 3 })); }