Run ID:71447

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

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