2025-02-04 19:08:19
发布于:浙江
#include <iostream>
using namespace std;
int main() {
	int g = 2200;
    int h = 4396;
    cout<<g+h<<endl;
    cout<<h-g<<endl;
    cout<<h*g<<endl;
    cout<<h/g<<endl;
    cout<<h%g<<endl;
	return 0;
}
有帮助就点个攒呗😀😀😀
,!
这里空空如也












有帮助,赞一个