#include using namespace std; int main(){ long long N,M; map mp; cin >> N >> M; mp[0]=0; mp[1]=1; for(int i=2;i