fghh
2025-02-26 16:34:19
发布于:浙江
0阅读
0回复
0点赞
#include <bits/stdc++.h>
using namespace std;
int main()
{
int h=4396,g=2200;
cout<<h<<"+"<<g<<"="<<h+g<<endl;
cout<<h<<"-"<<g<<"="<<h-g<<endl;
cout<<h<<""<<g<<"="<<hg<<endl;
cout<<h<<"/"<<g<<"="<<h/g<<endl;
cout<<h<<"%"<<g<<"="<<h%g;
return 0;
}
这里空空如也
有帮助,赞一个