09 2023 档案
摘要:d数位dp #include <iostream> #include <cstring> #include <algorithm> #include <string> #include <cmath> #include <vector> using namespace std; const int
阅读全文
摘要:第一题 #include "linearList.h" node *insertTail(node *h, node *t) { // 请在此添加代码,补全函数insertTail /********** Begin *********/ if(h==NULL) { t->next=NULL; re
阅读全文
摘要:第一题 /************************************************************* date: April 2017 copyright: Zhu En DO NOT distribute this code without my permissio
阅读全文