{"problem":{"name":"Measure","description":{"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.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"tenka1_2018_a"},"statements":[{"statement_type":"Markdown","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.\n\n## Constraints\n\n*   The length of $S$ is $2$ or $3$.\n*   $S$ consists 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":"tenka1_2018_a","tags":[],"sample_group":[["abc","cba\n\nAs the length of $S$ is $3$, we print it after reversing it."],["ac","ac\n\nAs the length of $S$ is $2$, we print it as is."]],"created_at":"2026-03-03 11:01:14"}}