摘要:
d数位dp #include <iostream> #include <cstring> #include <algorithm> #include <string> #include <cmath> #include <vector> using namespace std; const int 阅读全文
posted @ 2023-09-25 09:31
什么时候才能不困
阅读(11)
评论(0)
推荐(0)
摘要:
第一题 #include "linearList.h" node *insertTail(node *h, node *t) { // 请在此添加代码,补全函数insertTail /********** Begin *********/ if(h==NULL) { t->next=NULL; re 阅读全文
posted @ 2023-09-25 09:09
什么时候才能不困
阅读(78)
评论(0)
推荐(0)
摘要:
第一题 /************************************************************* date: April 2017 copyright: Zhu En DO NOT distribute this code without my permissio 阅读全文
posted @ 2023-09-25 09:05
什么时候才能不困
阅读(41)
评论(0)
推荐(0)