import math v,t=(float(i) for i in input(). split ()) d=v*t d1=math.floor(d) if d-d1>0.999999: d1+=1 #print (d) print(d1)