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