摘要:
#include #include #include using namespace std; //优先级判断 char compare(char opt, char si) { if((opt=='+'||opt=='-')&&(si=='*'||si=='/') return ''; } //判断是否为运算符 bool isOp(char c) { if(c=='+'||c=='... 阅读全文
posted @ 2016-10-08 23:13
KennyRom
阅读(205)
评论(0)
推荐(0)

浙公网安备 33010602011771号