立志实干
立志实干
全部文章
分类
无链接题解(1)
题解(49)
归档
标签
去牛客网
登录
/
注册
立志实干的博客
全部文章
(共13篇)
题解 | #日期累加#
/*这题果然跨年,烦*/ #include <iostream> #include <cstdio> using namespace std; int m1[12]= {31,29,31,30,31,30,31,31,30,31,30,31}; int m2[12]= ...
王道机试
D
例题
第二章
吐血
2021-05-08
0
464
例题4.6 Number Sequence(GitHub上代码)
#include<iostream> #include<algorithm> #include<string> using namespace std; const int MAXN = 1000000; const int MAXM = 10000; int...
王道机试
D
第四章
吐血
2021-04-14
0
463
例题4.7 Oulipo(string从0开始)(大致按照书上默写,但运行超时) 建议重做3次,|||
#include <iostream> #include <cstdio> #include <string> using namespace std; const int MAXW = 10000; // const int MAXT = 1000000; ...
王道机试
D
第四章
吐血
2021-04-14
0
453
例题4.6 Number Sequence(书上默写,但在网站上运行超时)建议重做3次,|||
/* 分三步,主函数,kmp,求next数组 主函数就是输入输出 书上的代码默写 求next数组太恶心!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */ #include <iostream> #include <cstdio> usi...
王道机试
D
例题
第四章
2021-04-13
0
456
今年暑假不AC(2037)例题7.4
http://acm.hdu.edu.cn/showproblem.php?pid=2037 /* 该题难在,想到,如何看尽可能多的完整节目的方案。如何找到最佳方案的步骤。程序也就是代码并不难。 */ #include <iostream> #include <cstdio>...
第七章
王道机试
D
例题
2021-03-06
0
528
习题4.6 字符串匹配(只有一个【】)
///////////////////////////////////////////////////////////////////////////////////////////////////// //这儿的题怎么都这么错综复杂,你敢信,这题可以有很多[],多损啊 //////////////...
习题
王道机试
D
第四章
吐血
2021-03-03
3
636
习题4.6 字符串匹配(运行超时)
///////////////////////////////////////////////////////////////////////////////////////////////////// //这儿的题怎么都这么错综复杂 ////////////////////////////////...
习题
王道机试
D
第四章
吐血
2021-03-03
0
711
浮点数加法(让数组是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
浮点数加法(内存超限)
#include <iostream> #include <cstdio> #include <string> // #include <cstring> using namespace std; const int MAXSIZE = 40; i...
习题
王道机试
D
第四章
吐血
2021-03-03
0
578
首页
上一页
1
2
下一页
末页