2017-12-27 Reverse Sequence AOJ Hatebu Twitter Pocket 文字列反転 問題ページ 解き方 与えられた文字列を逆順で出力するだけ。 コード(python) print(input()[::-1])