D, P = map(int, input().split()) total = D + int(D*P/100) #int() を使って小数点以下を切り捨て print(total)