v,t=map(float,input().split()) d=10000 v_i=round(v*d) t_i=round(v*d) print(int(v_i*t_i/d/d))