摘要: P2463 [SDOI2008]Sandy的卡片 直接二分长度暴力匹配....... 跑的还挺快 (正解是后缀数组的样子) 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 using namespace std; 5 voi 阅读全文
posted @ 2019-01-06 13:31 kafuuchino 阅读(158) 评论(0) 推荐(1)