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