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