a, b = map(int, input().split()) b = ((b/100)*a) print(int(a+b))