API Response (JSON)
{
"problem": {
"name": "Strings",
"description": {
"content": "Given are two strings $S$ and $T$ consisting of lowercase English letters. Concatenate $T$ and $S$ in this order, without space in between, and print the resulting string.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc149_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are two strings $S$ and $T$ consisting of lowercase English letters. Concatenate $T$ and $S$ in this order, without space in between, and print the resulting string.\n\n## Constraints\n\n* $S$ and...",
"is_translate": false,
"language": "English"
}
]
}