def solve(): T,S,D=map(int,input().split()) return D/S #================================================== print(solve())