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