while 1: a,b=raw_input().split(" + ");k=":" print a[:-1]+b[:-1]+k+["",".",k][(a[-1]==k)+(b[-1]==k)]