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