T, S, D = map(int, input().split()) ans = D / S print(ans)