#include using lint=long long; using lubl=long double; #define ALL(v) std::begin(v),std::end(v) int main(){ std::cin.tie(nullptr);std::ios_base::sync_with_stdio(false); std::cout.setf(std::ios_base::fixed);std::cout.precision(15); lint n,m;std::cin>>n>>m; std::vector>g(n); while(m--){ lint x,y;std::cin>>x>>y; g.at(x).push_back(y); g.at(y).push_back(x); } if(2size(n),ckd(n,false),que; for(lint i=0,j=0;i