API Response (JSON)
{
"problem": {
"name": "Make N",
"description": {
"content": "We have an integer $P=0$. Find the minimum total cost to make $P=N$ by doing the following three kinds of operations any number of times in any order. * Increase $P$ by $1$, at a cost of $X$. * I",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc139_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have an integer $P=0$. Find the minimum total cost to make $P=N$ by doing the following three kinds of operations any number of times in any order.\n\n* Increase $P$ by $1$, at a cost of $X$.\n* I...",
"is_translate": false,
"language": "English"
}
]
}