Problem hidden
This problem was hidden by Editorial Board member probably because it has incorrect language version or invalid test data, or description of the problem is not clear.

EIAUCTION - Black Friday

Black Friday is the Friday following Thanksgiving Day in the United States (the fourth Thursday of November). Since the early 2000s, it has been regarded as the beginning of the Christmas shopping season in the US, and most major retailers open very early and offer promotional sales.

This year, in an attempt to prevent overcrowding, the management has decided to limit the number of people entering the store. The rule is to select the participant with the highest unique outcome

For example, if there are three players and the outcomes are 6, 6 and 5, then the third player wins. The first and second player lose even though their outcomes are higher, since they both have the same outcome. If instead the third player also rolls 6, then nobody wins.

Input

The first line of the input contains one integer n, 1≤n≤100, the group size. The second line contains n integers a1,a2,…,an (1≤ai≤6 for all 1≤i≤n): the outcome of each participant’s die roll.

Output

Output the index of the participant that has the highest unique outcome, or “none” (without the quotes) if nobody has a unique outcome.

Example

Input:
8
1 1 1 5 3 4 6 6

Output:
4

Input:
3
4 4 4

Output:
none

Black Friday được diễn ra vào ngày Thánh Lễ Tạ Ơn tại Mỹ. Vào ngày này, các cửa hàng tại Mỹ bắt đầu mở chương trình khuyến mãi lớn. Vì vậy, lượng lớn khách hàng thường chờ đợi đến ngày này để mua được nhiều mặt hàng mà giá rẻ.

Vào năm nay, số lượng khách hàng đã vượt quá sức tưởng tượng. Vì vậy, cửa hàng cần chọn ra vị trí người có số tiền lớn nhất để đem lại lợi nhuận cao.

Bạn là một nhân viên IT trong cửa hàng. Hãy giúp cửa hàng tìm ra được vị trí của khách hàng đó theo quy luật: chọn người có thu nhập cao duy nhất, với những người không được chọn sẽ vào vị trí sau cùng để xếp hàng lại; Nếu chưa chọn được người, vòng lặp sẽ được thực hiện lại.

 Ví dụ: Nếu có 3 người tham gia có thu nhập là 6 6 5. Thì người thứ 3 được chọn. Vì người thứ nhất và người thứ hai có số tiền cao nhất nhưng không là duy nhất.


Added by:Ha Minh Ngoc
Date:2019-04-08
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:CSHARP C++ 4.3.2 CPP CPP14 CPP14-CLANG FSHARP GO JAVA JS-MONKEY NODEJS PHP PYTHON PYPY PYPY3 PYTHON3 RUBY SQLITE SWIFT VB.NET
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.