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