import sys input = sys.stdin.readline T,S,D=map(int,input().split()) print(D/S)