Array = [int(i) for i in input().split()] print(Array[0] + int((Array[0] * (Array[1] / 100))))