摘要: 大致题意:在n (n 3 #include 4 #include 5 #include 6 const int INF=1000007; 7 int flag,t; 8 int hash[INF]; 9 10 int s[INF][6];11 int st[INF][6];12 int next[I... 阅读全文
posted @ 2013-08-23 15:57 Fann0221 阅读(222) 评论(0) 推荐(0)