v, t = map(float, input().split()) ans = int(v * t + 10**-6) print(ans)