摘要:
#include<iostream>#include<malloc.h>#include<string.h>#include<stdio.h>#define max 100using namespace std;typedef struct node{ int data[max]; int len; 阅读全文
摘要:
#include<iostream>#include<stdlib.h>#include<malloc.h>#include<stdio.h>#define max 100using namespace std;typedef struct { int stack[max]; int top;}se 阅读全文