立志实干
立志实干
全部文章
分类
无链接题解(1)
题解(49)
归档
标签
去牛客网
登录
/
注册
立志实干的博客
全部文章
(共5篇)
1978:扩号匹配问题(做法1:闭门造车,做法2:作者代码)
做法1:闭门造车 #include <iostream> #include <cstdio> #include <string> #include <stack> using namespace std; const int MAXSIZE=100...
第五章
王道机试
E
例题
2021-03-06
0
593
Zero-complexity Transposition(上海交通大学复试上机题)
#include <iostream> #include <cstdio> #include <stack> using namespace std; stack<long long> Num; int main(){ int n; ...
第五章
王道机试
E
2021-03-06
0
714
猫狗收容所.队列P69(做法1:闭门造车)
书上没有链接5.2 队列 P69(书上代码也奇奇怪怪) #include <iostream> #include <cstdio> #include <queue> #include <vector> using namespace std; qu...
第五章
王道机试
例题
M
2021-03-05
0
745
3254:约瑟夫问题No.2(做法1:闭门造车)
/////////////////////////////////////////////////////////////////////////////////////////////////////// //书上说用队列,就用队列,书上的代码,我真的一时半会儿,来不了,有点匪夷所思,不太符合,我...
第五章
王道机试
例题
吐血
M
2021-03-05
0
796
完数与盈数
#include <iostream> #include <cstdio> #include <string> using namespace std; //陈独秀的代码 // int main(){ // printf("E: 6 28\nG: 12...
第五章
王道机试
例题
M
2021-03-04
0
541