首页 文章 C++打字练习

C++打字练习

2023-02-13 20:48  浏览数:2685  来源:洪智轩-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)