tj
2024-04-07 22:21:49
发布于:广东
0阅读
0回复
0点赞
#include <bits/stdc++.h>
using namespace std;
string a;
int main()
{
int h=2200,c=4396;
cout<<"4396+2200="<<c+h<<endl;
cout<<"4396-2200="<<c-h<<endl;
cout<<"4396*2200="<<c*h<<endl;
cout<<"4396/2200="<<c/h<<endl;
cout<<"4396%2200="<<c%h<<endl;
}
这里空空如也
有帮助,赞一个