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