API Response (JSON)
{
"problem": {
"name": "Random Kth Max",
"description": {
"content": "We have $N$ continuous random variables $X_1,X_2,\\dots,X_N$. $X_i$ has a continuous uniform distribution over the interval $\\lbrack L_i, R_i \\rbrack$. Let $E$ be the expected value of the $K$\\-th gr",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc226_h"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have $N$ continuous random variables $X_1,X_2,\\dots,X_N$. $X_i$ has a continuous uniform distribution over the interval $\\lbrack L_i, R_i \\rbrack$. \nLet $E$ be the expected value of the $K$\\-th gr...",
"is_translate": false,
"language": "English"
}
]
}