解题
2025-07-10 15:29:09
发布于:上海
2阅读
0回复
0点赞
#include <iostream>
using namespace std;
int main() {
int h=4396,g=2200,a,b,c,d,e;
a=h+g;
b=h-g;
c=hg;
d=h/g;
e=h%g;
cout<<a<<endl;
cout<<b<<endl;
cout<<c<<endl;
cout<<d<<endl;
cout<<e<<endl;
return 0;
}*
这里空空如也
有帮助,赞一个