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