且未

博客园 首页 新随笔 联系 订阅 管理

2017年8月5日 #

摘要: hdu1251 题目这道题,主要是在主函数的输入输出上犹豫了。#include#include#includeusing namespace std;#includeconst int Max = 1e6+5; struct Trie{ Trie * next[... 阅读全文
posted @ 2017-08-05 16:46 阿聊 阅读(157) 评论(0) 推荐(0)