API Response (JSON)
{
"problem": {
"name": "E. Substring Reverse",
"description": {
"content": "Two strings s and t of the same length are given. Determine whether it is possible to make t from s using exactly one reverse of some its substring. The first line contains the string s, and the seco",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10175E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Two strings s and t of the same length are given. Determine whether it is possible to make t from s using exactly one reverse of some its substring.\n\nThe first line contains the string s, and the seco...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s, t \\in \\Sigma^n $ be two strings of equal length $ n $, where $ \\Sigma $ is the set of lowercase Latin letters and $ 1 \\leq n \\leq 200000 $.\n\n**Constraints** \n$ |s| = |t| = ...",
"is_translate": false,
"language": "Formal"
}
]
}