N=input() num=int(N) digit=len(N)-1 void=num/pow(10,digit) print("{0}*10^{1}".format(round(void,1),digit))