list = list(map(int,input().split())) a = int(list[0]) b = int(list[1]) print(int(a * (b/100)+ a))