摘要:
c++实现加减乘除运算 #include<iostream> #include<cmath> using namespace std; int jiafa(){ int a[20]; int m,p,sum=0; cout<<"输入个数m= ?"<<endl; cin>>m; cout<<endl< 阅读全文
摘要:
/*线性表的建立、插入和删除 作者:A Genius*/ #include <stdio.h> static int array[100]; int j,i,n,p; int ch; void du() { printf("please tell me which number do you ope 阅读全文