#include<bits/stdc++.h>
using namespace std;
int main(){
	int a,b,c,n;
	cin>>a>>b;
	for(int i=0;i<=b;i++){
		if()
	}
	
	return 0;
}