D,P=map(int,input().split())

sum=int(D*(P/100))+D

print(sum)