• + 6 comments

    2 lines in python, just because of n...

    input()
    print(" ".join(str(x) for x in reversed(list(map(int, input().strip().split())))))