STPAR - Street Parade


For sure, the love mobiles will roll again on this summer's street parade. Each year, the organisers decide on a fixed order for the decorated trucks. Experience taught them to keep free a side street to be able to bring the trucks into order.

The side street is so narrow that no two cars can pass each other. Thus, the love mobile that enters the side street last must necessarily leave the side street first. Because the trucks and the ravers move up closely, a truck cannot drive back and re-enter the side street or the approach street.

You are given the order in which the love mobiles arrive. Write a program that decides if the love mobiles can be brought into the order that the organisers want them to be.

Input

There are several test cases. The first line of each test case contains a single number n, the number of love mobiles. The second line contains the numbers 1 to n in an arbitrary order. All the numbers are separated by single spaces. These numbers indicate the order in which the trucks arrive in the approach street. No more than 1000 love mobiles participate in the street parade. Input ends with number 0.

Output

For each test case your program has to output a line containing a single word "yes" if the love mobiles can be re-ordered with the help of the side street, and a single word "no" in the opposite case.

Example

Sample input:
5
5 1 2 4 3 
0

Sample output:
yes

Illustration

The sample input reflects the following situation:

The five trucks can be re-ordered in the following way:


hide comments
Shruti Jalan : 2014-06-23 21:04:13

thanks @Liber(china) :)

Archit Jain: 2014-06-23 20:28:41

easily done using stl

JordanBelfort: 2014-06-06 09:18:17

figure explains it all :)

Mragank yadav: 2014-06-02 19:07:57

my code is giving correct answer for all the test cases given in all the comments but on submitting it says WA. What to do. Stuck badly :(

Sumit : 2014-05-27 16:49:12

@Liber(china) : thanks, your test cases helped a lot :)

AKASH: 2014-05-24 13:35:27

why i m getting runtime error while using c

Itachi: 2014-05-22 13:04:44

@Suryadev thanks for your comment :) _^_

ThunderStorm: 2014-05-21 15:36:47

561234 whats the answer fpr this one !!!!

Gowtham Nagalingam: 2014-05-16 20:49:38

nice stack problem !!

dragon: 2014-05-04 15:55:40

Did not notice "yes" and I was printing "Yes", like an idiot , gave me 2 wrong answers :(


Added by:Patryk Pomykalski
Date:2004-07-01
Time limit:1s-2s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: NODEJS PERL6 VB.NET
Resource:Swiss Olympiad in Informatics 2004