FZU 2088 最長隊名

題意:ios 給你n個名字,問你字典序最小的名字組合是什麼。函數 思路:spa 寫個string的比較函數,而後sort一遍。code #include<iostream> #include<string> #include<algorithm> using namespace std; const int MAX=10005; int n; string s[MAX]; bool cmp(s
相關文章
相關標籤/搜索