#include using namespace std; using ll=long long; const int INF=1e9; int main() { cin.tie(nullptr),cout.tie(nullptr); ios::sync_with_stdio(false); int n,m; cin >> n >> m; vector> k(n); vector a(n); for(int i=0; i> a[i]; } for(int i=0; i