a,b,c = map(int, input().split()) n = b / c print (n)