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