2019315棧的應用:表達式的計算

#include<iostream> #include<stack> #include<stdlib.h> #include<ctype.h> #include<string.h> using namespace std; //優先級函數 int f(char x) { if(x=='*'||x=='/') return 3; else if(x=='#')return 0;
相關文章
相關標籤/搜索