API Response (JSON)
{
"problem": {
"name": "Prefix K-th Max",
"description": {
"content": "Given are a permutation $P=(P_1,P_2,\\ldots,P_N)$ of $(1,2,\\ldots,N)$ and a positive integer $K$. For each $i=K,K+1,\\ldots,N$, find the following. * The $K$\\-th greatest value among the first $i$ te",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc234_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are a permutation $P=(P_1,P_2,\\ldots,P_N)$ of $(1,2,\\ldots,N)$ and a positive integer $K$.\nFor each $i=K,K+1,\\ldots,N$, find the following.\n\n* The $K$\\-th greatest value among the first $i$ te...",
"is_translate": false,
"language": "English"
}
]
}