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