while 1: s='' for q in input().split()[-1::-2]:s='<%s>%s'%(q,s,q) print(s)