import re while 1:print re.sub('(.)\\1+','\\1',raw_input())