API Response (JSON)
{
"problem": {
"name": "Extra Character",
"description": {
"content": "You are given strings $S$ and $T$. $S$ consists of lowercase English letters, and $T$ is obtained by inserting a lowercase English letter into $S$. Find the position of the inserted character in $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": "abc280_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given strings $S$ and $T$. $S$ consists of lowercase English letters, and $T$ is obtained by inserting a lowercase English letter into $S$.\nFind the position of the inserted character in $T$. ...",
"is_translate": false,
"language": "English"
}
]
}