API Response (JSON)
{
"problem": {
"name": "Rotate",
"description": {
"content": "Given is a string $S$ of length $3$. Move the first character of $S$ to the end of $S$ and print the resulting string $S'$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc197_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a string $S$ of length $3$. \nMove the first character of $S$ to the end of $S$ and print the resulting string $S'$.\n\n## Constraints\n\n* $S$ is a string of length $3$ consisting of lowercase...",
"is_translate": false,
"language": "English"
}
]
}