int main() { int n; string s; int o=0; cin >> n; cin.ignore(); for (int i = 0; i < n; i++) { cin>>s; for(int k=0; k