x = list(map(int,input().split())) par = 100-x[1] print(f"{x[0]*par/100:.0f}")