D,P = list(map(int, input().split())) print(int((P * 0.01 * D)+ D))