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