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