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