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