#include<bits/stdc++.h>
using namespace std;
int main(){
	string a[1];
	return 0;
}