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