x, y = map(int, input().split())
print(x + (x * y // 100))