#include<bits/stdc++.h>
using namespace std;
#define endl '\n'
int main()
{
	cin.tie();cout.tie();
	
	return 0;
}