小学题好吧!
2025-02-12 18:32:57
发布于:上海
0阅读
0回复
0点赞
非常简单!!!
#include<bits/stdc++.h>
using namespace std;
int main(){
int a,b;
cin>>a>>b;
if(a>b){
cout<<">";
}else if(a==b){
cout<<"=";
}else{
cout<<"<";
}
return 0;
}
这里空空如也
有帮助,赞一个