#include using namespace std; int main() { ios::sync_with_stdio(false); while(true) { int S; cin>>S; if(cin.good()==false) { break; } string a; getline(cin,a); //cout<<"|"<