a,b = map(int,input().split()) c = b/a c = c*100 c = '%.3f'%c print(f'{c}%')