D, P = map(int, input().rstrip().split()) ret = round(D * (1 + P/100.0), 8) print(int(ret))