API Response (JSON)
{
"problem": {
"name": "Erase and Append",
"description": {
"content": "You are given strings $s$ and $t$ of length $N$ consisting of `0` and `1`. Determine whether it is possible to make $s$ match $t$ by performing the following operation at least $0$ and at most $N+1$ t",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc207_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given strings $s$ and $t$ of length $N$ consisting of `0` and `1`. Determine whether it is possible to make $s$ match $t$ by performing the following operation at least $0$ and at most $N+1$ t...",
"is_translate": false,
"language": "English"
}
]
}