摘要: #include <bits/stdc++.h>using namespace std; /*判断符号间的优先关系函数*1表示>,0表示=,-1表示<*c1栈内的算符,c2栈外的算符*/int Judge(char c1,char c2){ int a1,a2; if('+'==c1||'-'==c 阅读全文
posted @ 2018-09-08 20:09 Gzhynl 阅读(124) 评论(0) 推荐(0)