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