数组与指针,能看懂的肯定是高手 摘要:#include<stdio.h> int main() { int a = 10; printf("%d\n",0[&a]); unsigned int b= &a; printf("%…… 文章列表 2019年04月08日 3 点赞 12 评论 640 浏览 评分:2.0
深度优先搜索 摘要:123345 **12345** ```c #include using namespace std; const int N = 55; int matrix[N][N];…… 文章列表 2019年06月13日 0 点赞 0 评论 789 浏览 评分:2.0
C++入门之输入输出 摘要:学完C之后再学C++总能发现这两种语言是会有共通之处的,它们既有相同的地方也有截然不同的地方。那么学习C++就会显得轻松一些,只要懂得触类旁通,将所学的联想起来就更容易明白其中的道理。但是学习任何一门…… 文章列表 2019年08月04日 0 点赞 0 评论 469 浏览 评分:2.0
请问大佬1014题这样写怎么错了? 摘要:我是利用循环解决的,我的同学是用递归的,但我不了解这样做为什么错了? #include int main() { int a; scanf("%d",&a); if(a…… 文章列表 2019年08月30日 0 点赞 4 评论 294 浏览 评分:2.0
[编程入门]自定义函数处理最大公约数与最小公倍数.cpp 摘要:```cpp #include using namespace std; int GCD(int a,int b); int LCM(int a,int b); int main()…… 文章列表 2020年04月15日 0 点赞 0 评论 377 浏览 评分:2.0
刷博客刷博客 摘要:刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客 刷博客刷博客刷博客刷博客刷博客 刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客刷博客 刷博客刷博客刷…… 文章列表 2020年06月12日 0 点赞 0 评论 512 浏览 评分:2.0
深度优先搜索 摘要:#include using namespace std; #define max 100//最大顶点数 typedef struct arcnode{ int adjvex; arc…… 文章列表 2020年06月19日 0 点赞 0 评论 561 浏览 评分:2.0
note an easy problem. 摘要:#includeint main() { int strcpy_my(int n, char c[], int m); int n, m; char a[100]; …… 文章列表 2021年01月16日 0 点赞 0 评论 239 浏览 评分:2.0
李白打酒O。o 摘要:#include <bits/stdc++.h>using namespace std;int sum = 0;void f(int dian, int hua, int jiu){ if(di…… 文章列表 2022年04月06日 0 点赞 0 评论 420 浏览 评分:2.0
关于我发表文章的规律 摘要:最近因为临近期末,学习压力较大,下面我规定一下我发表文章的时间,想看我文章的小伙伴可以记一下时间。从下周起,我一般在周五、周六、周日这几天发表1~2篇文章。在法定假日期间,我可能会发一定数量的文章(根…… 文章列表 2022年05月15日 0 点赞 0 评论 244 浏览 评分:2.0