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