N = input() s_list = input().split() st = "" for s in s_list: st += s print(st)