#include<iostream>
using namespace std;
int main()
{
	int a,b,n;
	cin>>a,b;
	
	return 0;
}