27.10.2013, 14:47
C + Bx + AxІ = 0
xІ = 0
Fбcil Fбcil -q
xІ = 0
pawn Код:
stock ABC_CalcularX(a,b,c)
{
new x = c+b+x+a+x.2
if(x == 0)
{
ABC_CalcularX(a,b,c);
}
else
{
return x;
}
return 0;
}