API Response (JSON)
{
"problem": {
"name": "E. Reverses",
"description": {
"content": "Hurricane came to Berland and to suburbs Stringsvill. You are going to it to check if it's all right with you favorite string. Hurrinace broke it a bit by reversing some of its non-intersecting substr",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF906E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Hurricane came to Berland and to suburbs Stringsvill. You are going to it to check if it's all right with you favorite string. Hurrinace broke it a bit by reversing some of its non-intersecting substr...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "飓风袭击了 Berland 及其郊区 Stringsvill。你打算去那里检查你最爱的字符串是否安好。飓风通过反转其中一些不相交的子串,使字符串变得支离破碎。你有一张飓风前该字符串的照片,现在希望用最少数量的子串反转操作将其恢复为原始状态,并找出应反转哪些子串。\n\n你将获得两个字符串:#cf_span[s] —— 字符串的原始状态,以及 #cf_span[t] —— 飓风后的状态。你需要从 #cf...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s, t \\in \\Sigma^n $ be two strings of equal length $ n \\geq 1 $, where $ \\Sigma $ is the set of lowercase English letters. \n\n**Constraints** \n1. $ |s| = |t| = n $, with $ 1 \\...",
"is_translate": false,
"language": "Formal"
}
]
}