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