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