#include using namespace std; int main(){ int N,M,T=-1,MAX=1e9; cin>>N>>M; vector F(3); vectorR(N,0),RR(N,0); F[1]=F[2]=1; for(int i=3;i