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