x = input().split(" ")
ans = float((int)(x[1]) / (int)(x[0]))*100
print("{:.3f}%".format(ans))