int top;
char array[n];
}opstack; //存放操作符的栈
四、主要算法:(伪代码)
#define n 50
#define ok 1
#define error 0
#include <ctype.h>
#include <string.h>
typedef struct{
int top;
double array[n];
int top;
char array[n];
}opstack; //存放操作符的栈
四、主要算法:(伪代码)
#define n 50
#define ok 1
#define error 0
#include <ctype.h>
#include <string.h>
typedef struct{
int top;
double array[n];