You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// In this example, it is declared that - No float or double types of variable is not allowed, but using normal int n, we can't get the exact proper solutions for all cases. So I'm taking long long int for all of the values here.
long long int t,i, cx, cy, r, px, py, distance_x_y;
cin >> t;
for (i = 1 ; i <= t ; i++)
{
cin >> cx >> cy >> r >> px >> py;
// finding the distance between the points from the circles center