#include using namespace std; int main(void){ ios::sync_with_stdio(false); cin.tie(nullptr); int n; cin>>n; string s=""; for(int i=0;i