#include<iostream>
using namespace std ;
int main(){
    try{
    int t ;
    string name ;
    cin>>t>>name;
   //cin>>name;
    }
}