r='.' while 1:s=raw_input();t=s.strip(' ".');f=s.find;r=r[:f(t)]+t+r[f(' ',-6):];print r