Given an array of unique elements nums, return all subsets of nums whose elements sum up to an odd value.
A subset of an array is any selection of its elements, including the empty set. Answers can be returned in any order.