n = int(input()) line = input() list = line.split(' ') count = int(n/-2) print(list[count:]).
確定! 回上一頁