tijie
2025-08-15 20:27:15
发布于:浙江
0阅读
0回复
0点赞
#include <iostream>
using namespace std;
int main() {
int h=4396;
int g=2200;
cout << h+g << endl;
cout << h-g << endl;
cout << h*g << endl;
cout << h/g << endl;
cout << h%g << endl;
return 0;
}
这里空空如也
有帮助,赞一个