题解列表

筛选

DNA-题解(C语言代码)

摘要:```c //DNA #include int main() { int N,i,j; int ini;//记录每个重复度对应的起始位置 int b1;//记录从1到……