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