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