WEBSITE RETURNED, HOWEVER SUBMIT QUANTITY IS RESTRICTED PER DAY TO VERY LITTLE (UNDER JUDGE0 NEW POLICY, API PROVIDER). Therefore it is very much for you to pay attention TEST CAREFULLY CODE BEFORE SUBMIT.

Separation of yin and yang in the array

Threads: For an array of n integers. Printed on 2 line respectively negative and positive numbers of the sequence.
Input: The first line is an integer n. The second line 2 n is an integer array, of numbers separated by spaces.
Output: two lines, line on the positive, the bottom line is the negative numbers in sequence. The number written in order as the original array and separated by spaces. If there is no negative or positive number is printed “NOT FOUND”
For example:

input:
3
4 -3 -2
output:
4
-3 -2

You are not logged in? Log in to Submit Now!

5 Comments

Add a Comment