V1 = int(input())V2 = int(input())S = int(input())print(S / (V1 + V2))
10 15 100
4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!