import math D,P = map(int,input().split(' ')) print(int(D*(P/100)+0.5) + D)