str=input() v,t=str.split() v=float(v) t=int(t) print(int(v*t))