遞歸之布爾表達式

與以前解決的四則表達式很類似,緣由在於四則表達式也是遞歸的概念ios #include <iostream> #include <cstdio> using namespace std; char wholeExp[1500];//表示整個表達式的字符串 int ptr = 0; bool exp();//讀入一個表達式並返回其值 bool item();//讀入一個項並返回其值 bool f
相關文章
相關標籤/搜索