POJ2503--神族文字

解析: 先对字符串进行排序,再使用二分查找法即可。 代码: #include<iostream> #include <algorithm> #include<cstdio> #include<string> #include<Windows.h> #include<cstring> #define MAXN 10010 using namespace std; struct node { ch
相关文章
相关标签/搜索