API Response (JSON)
{
"problem": {
"name": "O(rand)",
"description": {
"content": "Given are $N$ pairwise distinct non-negative integers $A_1,A_2,\\ldots,A_N$. Find the number of ways to choose a set of between $1$ and $K$ numbers (inclusive) from the given numbers so that the follow",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "tokiomarine2020_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are $N$ pairwise distinct non-negative integers $A_1,A_2,\\ldots,A_N$. Find the number of ways to choose a set of between $1$ and $K$ numbers (inclusive) from the given numbers so that the follow...",
"is_translate": false,
"language": "English"
}
]
}