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