2018年10月8日
摘要: 源程序: #include<iostream>#define n 100using namespace std;void main(){ int a[n], b[n][n]; int length, i, j, w = 0, p = 0, q = 0, temp, m; cout << "输入随机整 阅读全文
posted @ 2018-10-08 19:42 LINNNNNNN 阅读(182) 评论(0) 推荐(0)
摘要: 程序如下 #include<stdio.h>#include<Windows.h> #include<time.h> void main() { int a, b, c, d,i,m,n; float p, q; srand(unsigned( time(NULL))); for (i = 0; i 阅读全文
posted @ 2018-10-08 18:25 LINNNNNNN 阅读(201) 评论(0) 推荐(0)
摘要: 算法语句: #include<stdio.h> #include<Windows.h> #include<time.h> void main() { int a, b, c, d,i,m,n; float p, q; srand(unsigned( time(NULL))); for (i = 0; 阅读全文
posted @ 2018-10-08 18:15 LINNNNNNN 阅读(170) 评论(0) 推荐(0)