s_list = list(map(str, input().split())) st = "" for s in s_list: st += s print(st)