public void Decompress()
 {
     int[] arr = new int[] { 1, 2, 3, 4 };
     ArrayProblem.Decompress(arr);
 }