fork download
  1. V1 = int(input())
  2. V2 = int(input())
  3. S = int(input())
  4. print(S / (V1 + V2))
  5.  
Success #stdin #stdout 0.02s 7224KB
stdin
10
15
100
stdout
4