随笔分类 -  字典序

摘要:字母换成数字而已,字典树模板。#includeusing namespace std;#define inf 0x3f3f3f3f#define ll long longconst int maxn=10005;const double eps=1e-8;const ... 阅读全文
posted @ 2018-08-15 22:40 MCQ 阅读(139) 评论(0) 推荐(0)