API Response (JSON)
{
"problem": {
"name": "Second Best",
"description": {
"content": "You are given an integer sequence $A=(A_1,\\ldots,A_N)$ of length $N$. Here, $A_1, A_2, \\ldots, A_N$ are all distinct. Which element in $A$ is the second largest?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc365_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer sequence $A=(A_1,\\ldots,A_N)$ of length $N$. Here, $A_1, A_2, \\ldots, A_N$ are all distinct.\nWhich element in $A$ is the second largest?\n\n## Constraints\n\n* $2 \\leq N \\leq 10...",
"is_translate": false,
"language": "English"
}
]
}