• + 0 comments
    arr = list(map(int, input().rstrip().split()))
    print(*arr[::-1], sep= ' ')