A,B = map(int,input().split()) ans = 10**10 for i in range(1,2000): for j in range(1,2000): if A-0.5<=100*i/(i+j)