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