#include <bits/stdc++.h>
using namespace std;
int main() {
	int n,m,k,x1,x2,y1,y2;
	cin>>n>>m;
	while(1){
		
		
	}
	return 0;
}