d, p = list(map(int, input().split())) print(str(int(d+d*p/100))+"\n")