题解
2025-08-14 19:13:37
发布于:浙江
1阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main() {
int h=4396,g=2200;
cout<<"4396+2200="<<h+g<<"\n4396-2200="<<h-g<<"\n4396*2200="<<h*g<<"\n4396/2200="<<h/g<<"\n4396%2200="<<h%g<<"\n";
return 0;
}
这里空空如也
有帮助,赞一个