API Response (JSON)
{
"problem": {
"name": "Multiple of 7",
"description": {
"content": "Given is an integer $N$. Find one string $s$ consisting of `1`, `2`, $\\cdots$, `9` that satisfies the conditions below. * The length of $s$, $|s|$, is at most $10^6$. * There are exactly $N$ pair",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc129_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is an integer $N$.\nFind one string $s$ consisting of `1`, `2`, $\\cdots$, `9` that satisfies the conditions below.\n\n* The length of $s$, $|s|$, is at most $10^6$.\n* There are exactly $N$ pair...",
"is_translate": false,
"language": "English"
}
]
}