#P6956. [NEERC 2017] Easy Quest
[NEERC 2017] Easy Quest
题目描述
A young hero is starting his heroic life. The wise wizard suggested him an easy first quest. During this quest our young hero meets magical creatures, in specific order. In order to help the young hero, the wizard gave him a clue -- a list of integers
If is positive, then the i-th magical creature is benevolent and gives to our hero one magical item of type The hero can keep several items of the same type.
If is negative, then the i-th magical creature is evil and in order to defeat it the young hero needs one magical item of type All magical items are fragile and can be used only once.
If is zero, then the i-th creature is a unicorn. It gives the hero any magical item he asks for, but only one.
Your task is to help the young hero to finish the first quest, defeating all enemies on the way, or say that it is impossible.
输入格式
The first line of input contains one integer . The second line contains integers .
输出格式
If it is impossible to defeat all enemies, then output one string No. If it is possible, then output string Yes, and in the next line output the types of items the hero should ask the unicorns for, in order they meet during the quest. Types must be integers in range from to inclusive. If there are several solutions, output any of them.
10
1 0 -4 0 0 -1 -3 0 -1 -2
Yes
4 1 3 2
5
5 8 0 -6 -3
No
3
2 -2 -2
No
提示
Time limit: 3 s, Memory limit: 512 MB.
spj provider: