摘要: #include <iostream> #include <stdio.h> #include <cstring> #include <algorithm> #include <vector> using namespace std; #define Max 26 typedef struct Tr 阅读全文
posted @ 2017-08-02 13:55 whileskies 阅读(250) 评论(0) 推荐(0) 编辑
摘要: Given a list of phone numbers, determine if it is consistent in the sense that no number is the prefix of another. Let’s say the phone catalogue liste 阅读全文
posted @ 2017-08-02 13:49 whileskies 阅读(181) 评论(0) 推荐(0) 编辑