patA1038 Recover the Smallest Number

using namespace std; const int maxn=10001; string str[maxn]; //bool cmp(string a,string b){ // return a<b; //} int main(int argc, char** argv) { int n; cin>>n; for(int i=0;i<n;i++) cin>>str[i]; sort(s
相關文章
相關標籤/搜索