num=[int(i) for i in input().split()]
print(f'{num[1]/num[0]*100:.3f}%')