C++程序求和差积商 #include using namespace std; int main() { int a, b; cout << "请输入两个整数:"; cin >> a >> b; cout << "它们的和为:" <