a,b = map(int,input().split()) b = b/100 print(int(a-a*b))