#include using namespace std; int n,r; int x[1024], y[1024]; bool mat[1024][1024]; int ans_sz; vector ans; mt19937 rng; int gen_rng(int i) { return rng()%i; } clock_t start; bool check_time() { return double(clock() - start)/CLOCKS_PER_SEC < 4.5; } void random_bullshit_go() { for(int i=0;i v; for(int i=0;ians_sz) { ans_sz=k; ans.clear(); for(int i=0;i>n>>r; for(int i=0;i>x[i]>>y[i]; random_bullshit_go(); cout<