API Response (JSON)
{
"problem": {
"name": "Replace Digits",
"description": {
"content": "You are given a string $S$ of length $N$ and a string $T$ of length $M$, both consisting of digits from `1` to `9`. You will perform the following operation for $k=1,2,\\ldots,M$ in order: * Choose ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc191_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ of length $N$ and a string $T$ of length $M$, both consisting of digits from `1` to `9`.\nYou will perform the following operation for $k=1,2,\\ldots,M$ in order:\n\n* Choose ...",
"is_translate": false,
"language": "English"
}
]
}