S=list(map(int,list(input()))) if S[2]>=5: S[2]=0 S[1]+=1 else: S[2]=0 if S[1]==10: S[1]=0 S[0]+=1 if S[0]==10: S[0]=0 S=[1]+S print(str(S[0])+"."+str(S[1])+"*10^"+str(len(S)-1))