Run ID:71449

提交时间:2024-04-23 21:27:28

s = input() reversed_s = s[::-1] print(reversed_s)