D, P = map(int, raw_input().strip().split(" ")) print(D * (100 + P) / 100)