a,b = map(int, input().split())
a += (a * (0.01*b))
print(int(a))
print('\n')