D, P = [int(i) for i in input().split()] ans = D + D * (P / 100) print(int(ans))