立志实干
立志实干
全部文章
分类
无链接题解(1)
题解(49)
归档
标签
去牛客网
登录
/
注册
立志实干的博客
全部文章
(共56篇)
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
完数VS盈数(按书上,向量)
//按照书上,使用向量,书上求和另设了个函数 #include <iostream> #include <cstdio> #include <vector> //#1 using namespace std; vector<int> e; ...
2021-03-04
0
559
完数与盈数
#include <iostream> #include <cstdio> #include <string> using namespace std; //陈独秀的代码 // int main(){ // printf("E: 6 28\nG: 12...
第五章
王道机试
例题
M
2021-03-04
0
541
习题4.6 字符串匹配(只有一个【】)
///////////////////////////////////////////////////////////////////////////////////////////////////// //这儿的题怎么都这么错综复杂,你敢信,这题可以有很多[],多损啊 //////////////...
习题
王道机试
D
第四章
吐血
2021-03-03
3
636
习题4.6 字符串匹配(运行超时)
///////////////////////////////////////////////////////////////////////////////////////////////////// //这儿的题怎么都这么错综复杂 ////////////////////////////////...
习题
王道机试
D
第四章
吐血
2021-03-03
0
711
后缀子串排序
////////////////////////////////////////////////////////////////////////////////////////////////////// //字符串sort函数,#4 ////////////////////////////////...
习题
王道机试
第四章
M
2021-03-03
0
576
浮点数加法(让数组是100)成功了,哈哈哈(自己试验,加注释)
///////////////////////////////////////////////////////////////////////////////////////////////////////////////// //变态 ///////////////////////////////...
习题
王道机试
D
第四章
吐血
2021-03-03
0
688
浮点数加法(14/20通过)数组越界
#include <iostream> #include <cstdio> #include <string> // #include <cstring> using namespace std; const int MAXSIZE = 40; i...
习题
王道机试
D
第四章
吐血
2021-03-03
0
562
首页
上一页
1
2
3
4
5
6
下一页
末页