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