51.ascendingSplit

Write a function named ascendingSplit that receives an Array of numbers as parameter.

The function should split this Array into as many sub-Arrays as necessary so that each sub-Array is sorted in ascending order.

NOTE: the order of the initial Array should be preserved.

Example 1

Input

numbers

=

Output

Example 2

Input

number

=

Output