API Response (JSON)
{
"problem": {
"name": "Partition",
"description": {
"content": "You are given integers $N$ and $M$. Consider a sequence $a$ of length $N$ consisting of positive integers such that $a_1 + a_2 + ... + a_N$ = $M$. Find the maximum possible value of the greatest commo",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc112_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given integers $N$ and $M$.\nConsider a sequence $a$ of length $N$ consisting of positive integers such that $a_1 + a_2 + ... + a_N$ = $M$. Find the maximum possible value of the greatest commo...",
"is_translate": false,
"language": "English"
}
]
}