D,P = map(int,input().split()) print(f"{int(D*(0.01*P)+D):.0f}")