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