API Response (JSON)
{
"problem": {
"name": "Substring 2",
"description": {
"content": "Given are strings $S$ and $T$ consisting of `0` and `1`. We will change some of the characters in $T$ so that $T$ becomes a substring of $S$. How many characters do we need to change at least? Wha",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc196_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are strings $S$ and $T$ consisting of `0` and `1`. \nWe will change some of the characters in $T$ so that $T$ becomes a substring of $S$. \nHow many characters do we need to change at least?\nWha...",
"is_translate": false,
"language": "English"
}
]
}