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