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