D,P =map(int,input().split()) if P == 0: print(int(D)) else: D = D + (D * P /100) print(int(D))