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