Fork me on GitHub
摘要: 1.HDU 1711 Number Sequence代码:#include #include #include #include #include using namespace std;#define N 10007int a[1000007],b[N],next[N];int n,m;void getnext(){ next[0] = -1; int i = 0,j = -1; while(i#include #include #include #include using namespace std;#define N 10007int a[1000007],b[N],... 阅读全文
posted @ 2014-02-19 15:00 whatbeg 阅读(191) 评论(0) 推荐(0)