circle_selection.cpp: In function 'int main()':
circle_selection.cpp:60:19: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
60 | for (l = 0; l < x[j*(1LL<<31)+ k].size(); l++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
circle_selection.cpp:68:6: error: expected ',' or ';' before 'if'
68 | if (xxx*xxx+yyy*yyy<=rrr*rrr)
| ^~
circle_selection.cpp:65:10: warning: unused variable 'xxx' [-Wunused-variable]
65 | int xxx = (po[so[i].second][0] - po[le][0]);
| ^~~
circle_selection.cpp:66:10: warning: unused variable 'yyy' [-Wunused-variable]
66 | int yyy = (po[so[i].second][1] - po[le][1]);
| ^~~
circle_selection.cpp:67:10: warning: unused variable 'rrr' [-Wunused-variable]
67 | int rrr= (-so[i].first + pre[le])
| ^~~