v, t = map(float, input().split()) v *= 1000 t *= 1000 print(int(v * t / (1000**2)))