#include #include using namespace std; struct pole{ int x, y; }; int main() { int n, i, j, l, count=0, a, b, c; cin >> n; pole niza[n]; for(i = 0; i> niza[i].x >> niza[i].y; for(i = 0; i