l=map(ord,raw_input());j=0;r='' for i in l:r+='+-'[j>i]*abs(i-j)+'.';j=i print r