摘要:
Longest Prefix最长前缀dp直接贴代码了... 1 #include <iostream> 2 #include <cstdio> 3 #include <cmath> 4 #include <algorithm> 5 #include <cstring> 6 #include <string> 7 #include <set> 8 using namespace std; 9 set<string>s;10 string p;11 int main()12 {13 freopen(&q 阅读全文
posted @ 2012-04-25 21:45
xj9502
阅读(136)
评论(0)
推荐(0)
2012年4月25日