d, p = map(int, input().split()) print(format(d * (1 + (p / 100)), '.0f'))