struct {float x; float y; float r} c1,c2;
sqrt((c1.x-c2.x)*(c1.x-c2.x) + (c1.y-c2.y)*(c1.y-c2.y)) == c1.r+c2.r
Daca distanta intre centrul cercurilor este egala cu suma razelor cercurilor atunci cercurile sunt tangente exterior.
Trebuie inclusa biblioteca cmath.