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