a,b=map(int,input().split()) c=b/a*100 print(str('%.3f'%c)+'%')