Run ID:71448

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

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