c#include <bits/stdc++.h> using namespace std; typedef struct{ int x; bool isLeft; int idx; }circle; bool cmp(circle A, circle B){ return A.x < B.
#include <bits/stdc++.h> using namespace std; typedef struct{ int x; bool isLeft; int idx; }circle; bool cmp(circle A, circle B){ return A.x < B.