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