SHAHBG - SHAHBAG

no tags 

They say "History repeats itself" and this is what happening in Bangladesh on Feb 2013.  Mass people fought the war in 1971 and now they are rising again to fight war criminals who betrayed the country. In "Shahbag" you can hear the voice of people wanting justice.

Shabag protest

If you go to shahbag you can see many human chains. For this problem we imagine a straight line going through middle of shahbag. Each position of the line is marked from 1 to 20000.

People are forming human chains along the line. Initially every position is empty. When someone stands in ithposition he holds hand of people who are standing in his left and right(if there any) and join there group. If there are no people beside him, he forms a new group.

When a new people come your job is to mark his position and count currently how many groups are there in shahbag.

For example suppose:

  1. a man came first and stood in postion 2. Currently there are only 1 group.
  2. then another man stood in position 4. Currently there are 2 groups.
  3. another man stood in position 3. Now there are only 1 group.

And yes, people won't leave until they get justice, so no need to worry about that. mi

Input

There will be a single case. First line will contain an integer Q which denotes number of people. Next line will contain Q (1 <= Q <= 20000) integers pi which denotes position of i-th people that joined the chain. Each pi will be distinct and at most 20000.

Output

For each pi print number of groups currently in shahbag. In last line print the string "Justice" with a newline. Do not print any extra spaces.

Example

Sample Input:
6
2 4 3 6 7 5

Sample output:
1
2
1
2
2
1
Justice

Note:

This problem is based on true event. You can find the details here.

Alternate writer: Rashedul Hasan Rijul


hide comments
Mohamed Maher: 2013-02-28 19:52:39

i liked the event of the problem more than the problem itself ...God with Bangladesh and with all countries that have revolutions asking for justice

Kevin Sebastian: 2013-02-26 18:39:21

@author or someone in light of difficulties faced by multiple users regarding judge 14 pls post some tricky test cases or offer helpful suggestions

Rajat Shah: 2013-02-24 07:35:36

got AC :) @everyone who are facing problem in test case 14: just add newline after Justice

Shikhor Roy: 2013-02-17 12:20:56

" .........Dont print any extra spaces. "
What do you mean by this sentence? Why need print a newline at last, please explain!:)

Bhupesh: 2013-02-15 13:48:04

don't forget to print newline after "Justice"


Added by:Shafaet
Date:2013-02-11
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ASM64