C语言程序设计教程(第三版)课后习题10.4 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; const int M=1000+5; int a[M]={0}; int b[M…… 题解列表 2018年04月15日 0 点赞 0 评论 757 浏览 评分:0.0
why i am wrong 好气啊 摘要:解题思路:注意事项:参考代码:#include <iostream> #include<cstdio> #include<cstring> #include<cmath> using name…… 题解列表 2018年03月21日 0 点赞 1 评论 420 浏览 评分:0.0
琪露诺的编程教室(C++代码) 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int wmw(int a[]){ int n,i,m; cin>>n; for(i=0;i…… 题解列表 2017年12月23日 0 点赞 0 评论 734 浏览 评分:0.0
循环数组做法,有用的话点点赞 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;#define maxn 105int a[maxn];int b[maxn];int ma…… 题解列表 2017年12月05日 1 点赞 0 评论 807 浏览 评分:0.0