{"problem":{"name":"Booby Prize","description":{"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. The player who ranks the second lowest will receive a","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc213_b"},"statements":[{"statement_type":"Markdown","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.\n\n## Constraints\n\n*   $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.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$\n$A_1$ $\\ldots$ $A_N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc213_b","tags":[],"sample_group":[["6\n1 123 12345 12 1234 123456","3\n\nIt is Player $3$ who ranks fifth among the six players."],["5\n3 1 4 15 9","5"]],"created_at":"2026-03-03 11:01:13"}}