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