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