nyistoj_表達式求值

#include<bits/stdc++.h> using namespace std; char str[1000]; int oper(int x,char ch,int y) {     if(ch=='+') return x+y;     if(ch=='*') return x*y; } char cmp(char ch1,char ch2) {     if(ch1=='('){if
相關文章
相關標籤/搜索