while 1:a,b=raw_input().split();b=int(b);a+="0";print(a[:~b]or"0")+("."+("0"*b+a)[~b:]).rstrip("0.")