#include #include using namespace std; int T,N,M; main() { cin>>T; for(;T--;) { cin>>N>>M; vectordeg(N); for(int i=0;i>a>>b; a--,b--; deg[a]++,deg[b]++; } vectorex(M+1); bool ok=false; for(int i=0;i