#include #include #include #include #include using namespace std; int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */ int n,x,y,x1,y1,d=1,d1=2,count=0,flag=0,q; cin>>q; for(int j=0;j>n; for(int i=0;i>x>>y; if(i>=1) { d=sqrt(pow((x-x1),2)+pow((y-y1),2)); //cout<