#include using namespace std; int n,m; int main(){ cin.sync_with_stdio(false); cin.tie(0); vector v(n); }