#16774: python解決EOFError


fdsf53451001@gmail.com (toby)


try:
    input()
    data = list(map(int,input().split(" ")))
except EOFError:
    break