import re while 1:print(*re.findall('\d+|\D+',re.sub('\D(?=[A-Z]|$)','\g<0>1',input())))