摘要: 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< 阅读全文
posted @ 2020-12-24 15:04 鱼大鹿 阅读(3735) 评论(0) 推荐(0) 编辑
摘要: /*线性表的建立、插入和删除 作者: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 阅读全文
posted @ 2020-12-24 14:50 鱼大鹿 阅读(125) 评论(0) 推荐(0) 编辑