API Response (JSON)
{
"problem": {
"name": "135. Anti-sort",
"description": {
"content": "You're given a list of $n$ words. You've discovered that when a rival CodeQuest team finds a list of words, they sort it in alphabetical order. To distinguish yourself from your rival CodeQuest team, ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269135"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You're given a list of $n$ words. You've discovered that when a rival CodeQuest team finds a list of words, they sort it in alphabetical order. To distinguish yourself from your rival CodeQuest team, ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of words. \nLet $ W = (w_1, w_2, \\dots, w_n) $ be a sequence of words, where each $ w_i \\in \\Sigma^* $ and $ \\Sigma = \\{a, b, \\dots, z\\} $.\n\n...",
"is_translate": false,
"language": "Formal"
}
]
}