API Response (JSON)
{
"problem": {
"name": "Digit Sum of 2x",
"description": {
"content": "For a positive integer $x$, let $f(x)$ be the sum of its digit. For example, $f(144) = 1+4+4 = 9$ and $f(1)=1$. You are given a positive integer $N$. Find the following positive integers $M$ and $x$: ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc144_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For a positive integer $x$, let $f(x)$ be the sum of its digit. For example, $f(144) = 1+4+4 = 9$ and $f(1)=1$.\nYou are given a positive integer $N$. Find the following positive integers $M$ and $x$:\n...",
"is_translate": false,
"language": "English"
}
]
}