import math v,t=map(float,input().split()) print(math.floor(v*t+1*10**(-5)))