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