D, P = map(int, input().split()) tax = D * P ans = D + (tax/100) print(int(ans))