list = input().split() fan = "" for i in range(int(list[0])): fan = fan + list[i + 1] print (fan)