{"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 English letters.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$S$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc197_a","tags":[],"sample_group":[["abc","bca\n\nMoving the first character `a` of the string `abc` results in `bca`."],["aab","aba"]],"created_at":"2026-03-03 11:01:13"}}