算术表达式值的求解方法是用语言描述的#include"stdio.h"#include"stdlib.h"typedefstructLNode{intdata;structLNode*next;}*LNode;