d,p = map(int,input().split())
d += d*p/100
print(int(d))