文章列表

筛选

深度优先搜索

摘要:123345 **12345** ```c #include using namespace std; const int N = 55; int matrix[N][N];……

C++入门之输入输出

摘要:学完C之后再学C++总能发现这两种语言是会有共通之处的,它们既有相同的地方也有截然不同的地方。那么学习C++就会显得轻松一些,只要懂得触类旁通,将所学的联想起来就更容易明白其中的道理。但是学习任何一门……

刷博客刷博客

摘要:刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客 刷博客刷博客刷博客刷博客刷博客 刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客 刷博客刷博客刷……

深度优先搜索

摘要:#include using namespace std; #define max 100//最大顶点数 typedef struct arcnode{ int adjvex; arc……

note an easy problem.

摘要:#includeint main() {     int strcpy_my(int n, char c[], int m);     int n, m;     char a[100]; ……

李白打酒O。o

摘要:#include <bits/stdc++.h>using namespace std;int sum = 0;void f(int dian, int hua, int jiu){    if(di……

关于我发表文章的规律

摘要:最近因为临近期末,学习压力较大,下面我规定一下我发表文章的时间,想看我文章的小伙伴可以记一下时间。从下周起,我一般在周五、周六、周日这几天发表1~2篇文章。在法定假日期间,我可能会发一定数量的文章(根……