c#include <bits/stdc++.h> using namespace std; bool cmp(string A, string B){ int idxA = 0; int idxB = 0; while(idxA < A.size() && idxB < B
#include <bits/stdc++.h> using namespace std; bool cmp(string A, string B){ int idxA = 0; int idxB = 0; while(idxA < A.size() && idxB < B