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