Run ID:71434

提交时间:2024-04-23 20:51:27

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