首頁 文章 C++打字练习

C++打字练习

2023-02-13 20:48  瀏覽數:2576  來源:洪智轩-2096(可达)    

#include <bits/stdc++.h> using namespace std; int main(){ int a,b; string c;
cin >> a >> b >> c; if(c == "+"){ cout << a+b; }else if(c == "-"){ cout << a-b;
}else if(c == "*"){ cout << a*b; }else if(c == "/"){ if(b != 0){ cout << a/b; }else{
cout << "Divided by zero!"; } }else{ cout << "Invalid operator!"; } return 0; }



聲明:以上文章均為用戶自行添加,僅供打字交流使用,不代表本站觀點,本站不承擔任何法律責任,特此聲明!如果有侵犯到您的權利,請及時聯系我們刪除。

字符:    改为:
去打字就可以设置个性皮肤啦!(O ^ ~ ^ O)