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