AnettBorges2074 AnettBorges2074 01-12-2022 Computers and Technology contestada Integers are read from input and stored into a vector until -1 is read. If the vector's last element is positive, output the positive elements in the vector. Otherwise, output the non-positive elements in the vector. End each number with a newline.