API Response (JSON)
{
"problem": {
"name": "044. Yoda Translator",
"description": {
"content": "Yoda tends to confuse people with his irregular syntax. Write a program that takes in a string and switches the first half of the words with the second half. A line will contain a string. For the in",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269044"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Yoda tends to confuse people with his irregular syntax. Write a program that takes in a string and switches the first half of the words with the second half.\n\nA line will contain a string.\n\nFor the in...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ S $ be a string consisting of $ 2n $ words (for some $ n \\in \\mathbb{Z}^+ $), separated by single spaces. \nLet $ W = (w_1, w_2, \\dots, w_{2n}) $ be the sequence of words in $ ...",
"is_translate": false,
"language": "Formal"
}
]
}