API Response (JSON)
{
"problem": {
"name": "Sum is Multiple",
"description": {
"content": "Given is an integer $N$. Find the minimum possible positive integer $k$ such that $(1+2+\\cdots+k)$ is a multiple of $N$. It can be proved that such a positive integer $k$ always exists.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "acl1_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is an integer $N$. Find the minimum possible positive integer $k$ such that $(1+2+\\cdots+k)$ is a multiple of $N$. It can be proved that such a positive integer $k$ always exists.\n\n## Constraint...",
"is_translate": false,
"language": "English"
}
]
}