System.in.withReader{ w=it.readLine().split('0') w.each{ t='' l=it.split('1') l.each{ if(it!=''){ s=0 c=it.substring(0,1).toInteger() if(c>7){s=1} t+=(char)(c*3+90+it.length()+s) } } print"$t " } }