API Response (JSON)
{
"problem": {
"name": "Substring",
"description": {
"content": "Given are two strings $S$ and $T$. Let us change some of the characters in $S$ so that $T$ will be a substring of $S$. At least how many characters do we need to change? Here, a substring is a consecu",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc177_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are two strings $S$ and $T$.\nLet us change some of the characters in $S$ so that $T$ will be a substring of $S$.\nAt least how many characters do we need to change?\nHere, a substring is a consecu...",
"is_translate": false,
"language": "English"
}
]
}