import sys,itertools as t for a in sys.argv[1:]:print(' '.join(''.join(c)for c in t.zip_longest(*a.split(),fillvalue='')))