d, p = map(int, input().split()) print((d * 100 + d * p) // 100)