D, P = map(int, input().split()) total = D + D * (P / 100 ) print(int(total))