v,t = map(float,input().split()) print(round(v*100000*t)//100000)