c,d = map(int,input().split())
print(format(d/c*100,'.3f')+'%')