Run ID:132013
提交时间:2025-10-03 20:18:00
n = int(input()) nums = input().split() print(' '.join(reversed(nums[:n])) + ' ')