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