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