{"raw_statement":[{"iden":"problem statement","content":"You are given a string $S$ of length $2$ or $3$ consisting of lowercase English letters. If the length of the string is $2$, print it as is; if the length is $3$, print the string after reversing it."},{"iden":"constraints","content":"*   The length of $S$ is $2$ or $3$.\n*   $S$ consists 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":"cba\n\nAs the length of $S$ is $3$, we print it after reversing it."},{"iden":"sample input 2","content":"ac"},{"iden":"sample output 2","content":"ac\n\nAs the length of $S$ is $2$, we print it as is."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}