a=float(input())b=float(input())c=float(input())print(abs(a+2*c)/(b*b+3*a*c)*a*(3+(4-a*a)))
4 5 1
-5.837837837837839
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!