python实现算术表达式求值算法

2025-04-24 01:11:06
推荐回答(1个)
回答1:

include #include #include //判断是否为字符的函数的头文件 #define maxsize 100 typedef int elemtype; typedef struct sqstack sqstack;//由于sqstack不是一个类型 而struct sqstack才是 char ch[7]=;//把符号转换成一个字符数组