API Response (JSON)
{
"problem": {
"name": "typo",
"description": {
"content": "You are given two strings $S$ and $T$. Determine whether it is possible to make $S$ and $T$ equal by doing the following operation **at most once**: * choose two adjacent characters in $S$ and swap",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc221_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given two strings $S$ and $T$. Determine whether it is possible to make $S$ and $T$ equal by doing the following operation **at most once**:\n\n* choose two adjacent characters in $S$ and swap...",
"is_translate": false,
"language": "English"
}
]
}