API Response (JSON)
{
"problem": {
"name": "Many Medians",
"description": {
"content": "When $l$ is an odd number, the median of $l$ numbers $a_1, a_2, ..., a_l$ is the $(\\frac{l+1}{2})$\\-th largest value among $a_1, a_2, ..., a_l$. You are given $N$ numbers $X_1, X_2, ..., X_N$, where $",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc095_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "When $l$ is an odd number, the median of $l$ numbers $a_1, a_2, ..., a_l$ is the $(\\frac{l+1}{2})$\\-th largest value among $a_1, a_2, ..., a_l$.\nYou are given $N$ numbers $X_1, X_2, ..., X_N$, where $...",
"is_translate": false,
"language": "English"
}
]
}