obj, tax = map(int, input().split()) print(int(tax * 0.01 * obj + obj))