import math """n = raw_input().split() for i in range(len(n)): n[i] = int(n[i]) """ n = int(raw_input()) d = map(int,raw_input().split()) print n,d