Solution to the problem number URJC1_A of Spoj - URJC1_A.

Any questions do not hesitate to contact.


///Pokemons

#include <iostream>
#include <cstdio>
#include <math.h>
using namespace std;
int main()
{
    double a,b,c,calcua;
    cin>>a>>b>>c;
    double diferencia= b/a;
    calcua= c*c;
    double resultado1= calcua/diferencia;
    resultado1=sqrt(resultado1);
    printf("%.4f\n",resultado1);
    return 0;
}

//10000 1000000 100
//100000 200000 50
//10431 5200087 100

Don't miss anything.

Keep in touch with Isaac Lozano Osorio!