10185101150

10185101150 : 谦虚
5 年,1 月前

include include include define max 100000 char a[max]={‘\0’}; char b[max]={‘\0’}; class stack {public : stack(); void push (const double &item); void pop (); double top(); bool is_empty(); void reverse(); ...查看全文
10185101150 : 多项式加减乘
5 年,1 月前

include include include include using namespace std; typedef int type; struct node {type di; type zhi; append(int p=0,int q=0); }; int cmp(const void a,const void b) {struct node ch1,ch2; ch1= (struct node )a; ch2= (struct nod ...查看全文