【c++範例】四則運算計算機程式(使用前置處理) ... int main(void) { int a,b; char choice; cout<<"請輸入您的計算式:"; cin>>a>>choice>>b; switch(choice) { case ...
確定! 回上一頁