import decimal D, P = map(int, input().split()) n = D*(1+P/100) print(round(n))