c=i=-1;s='' for x in raw_input(s): q=int(x) if q==1: s+=chr(ord(" -adgjmptw"[c])+i) i=-1 else: c,i=q,i+1 print s