
POJ
Achanss
My life is good, and u just make it better!
展开
-
POJ 1035 Spell checker
Spell checker Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 25840 Accepted: 9473 Description You, as a member of a development team for a new spell check原创 2017-08-16 17:30:25 · 317 阅读 · 0 评论 -
POJ 2771 Guardian of Decency
//#include #include #include #include #include #define maxn 510 using namespace std; typedef struct { int height; char sex; char ms[100]; char sp[100]; } st; int n; st s[maxn]; int vis[maxn];原创 2017-09-02 17:24:02 · 325 阅读 · 0 评论