#include using namespace std; int main(){ int L,N,ans=0; string in; vector s; cin >> L >> N; while(cin >> in) s.push_back(in); ans=N; for(int i=0;i