月度归档: 2021 年 11 月

5 篇文章

C++-复学算法小笔记
快速幂(模意义下)解析 更详细的实现 DFS BFS 简单的介绍 解决输入两个或三个变量,但突然想起了cin的使用方法:(灵感来自c++ primer plus 第188最下方) 如果你定义了一个in…
作业9-3
#include <bits/stdc++.h> using namespace std; /* 1. 编写函数,求一个数组的倒序数组。 */ int *Reverse_order(int *p…
作业10-1
#include <bits/stdc++.h> //1. 编写函数,取一个字符串的子串。 using namespace std; string GetSubstring(string s,i…
作业10-3
#include <bits/stdc++.h> using namespace std; #define LL long long #define ElemType int // 算是泛化吧 …
作业11-3
斌斌开飞机了!!!布置这么多单纯耗费时间的题,要人命了 #include <bits/stdc++.h> using namespace std; #define LL long long #d…