{"raw_statement":[{"iden":"problem statement","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'$."},{"iden":"constraints","content":"*   $S$ is a string of length $3$ consisting of lowercase English letters."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$S$"},{"iden":"sample input 1","content":"abc"},{"iden":"sample output 1","content":"bca\n\nMoving the first character `a` of the string `abc` results in `bca`."},{"iden":"sample input 2","content":"aab"},{"iden":"sample output 2","content":"aba"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}