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