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