算術表達式求值

計算3*(4+2)/2-5的值 #include <stdio.h> #include <string.h> int Comp(char str1,char str2); int Compute(char *str); int Comp(char str1,char str2) {     switch(str1)     {         case '+':         case '-':
相關文章
相關標籤/搜索