Run ID:79760
提交时间:2024-07-09 23:12:11
input_str = input() reversed_str = input_str[::-1] print(reversed_str)