i = input() n= len(i)-1 t = int(i[:3])/100 t = round(t,1) if t == 10: t = t/10 n += 1 print(str(t)+'*10^'+str(n))