摘要:
模板 #include <iostream> #include <string> using namespace std; void getNext(const string& p,int next[]) { int len = (int)p.size(); next[0] = -1; int k 阅读全文
摘要:
提交方式:C++,直接提交即可 #include<cstdio> #include<iostream> #include<cstring> using namespace std; int main() { FILE* fp; int i, j, n; if ((fp = fopen("score. 阅读全文
摘要:
提交方式:C++(不需要加return和}) #include<cstdio> #include<iostream> #include<cstring> using namespace std; int tot[100000]; int num[100000]; int ids[100000]; c 阅读全文