{"raw_statement":[{"iden":"problem statement","content":"$N$ players, who are numbered $1, \\ldots, N$, have played a game. Player $i$ has scored $A_i$, and a player with a **smaller** score ranks higher.\nThe player who ranks the second lowest will receive a booby prize. Who is this player? Answer with an integer representing the player."},{"iden":"constraints","content":"*   $2 \\leq N \\leq 2\\times 10^5$\n*   $1 \\leq A_i \\leq 10^9$\n*   $A_i$ are distinct.\n*   All values in input are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$N$\n$A_1$ $\\ldots$ $A_N$"},{"iden":"sample input 1","content":"6\n1 123 12345 12 1234 123456"},{"iden":"sample output 1","content":"3\n\nIt is Player $3$ who ranks fifth among the six players."},{"iden":"sample input 2","content":"5\n3 1 4 15 9"},{"iden":"sample output 2","content":"5"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}