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