API Response (JSON)
{
"problem": {
"name": "Grouping",
"description": {
"content": "There are $N$ people, conveniently numbered $1$ through $N$. We want to divide them into some number of groups, under the following two conditions: * Every group contains between $A$ and $B$ people",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc067_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ people, conveniently numbered $1$ through $N$. We want to divide them into some number of groups, under the following two conditions:\n\n* Every group contains between $A$ and $B$ people...",
"is_translate": false,
"language": "English"
}
]
}