c, d = map(int, input().split())


num = d / c 
print(f"{num:.3%}")