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