Given a
vector
of integers, return a
vector
of size 2, with each element being a
vector<int>
. The first holds the positive elements and the second holds the negative elements of the original
vector
. Zero is neither positive, nor negative.