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