摘要: P1278 单词游戏 "传送门" Sol: 枚举词典中的每个单词,然后跑DFS。再加个记忆化就不会T了。 AC Code: include include include using namespace std; const int N = 16 + 4,M = 100 + 10; int n; c 阅读全文
posted @ 2018-10-05 12:41 dprswdr 阅读(163) 评论(0) 推荐(0)