c,d=map(int,input().split())
print("{:.3f}%".format(d/c*100))