#include using namespace std; int main() { int N; string a[N]; cin>>N; for(int i =0;i> a[i]; } }