t,s,d = map(int,input().split()) ans = d/s print(ans)