原创🕈.👎.☝✌💧❄☜☼2024-03-09 18:49:58发布于:广东11阅读0回复0点赞直接开始 #include<iostream> using namespace std; int main(){ int x,y; cin>>x>>y; if(x>y){ cout<<">"; }else if(x==y){ cout<<"="; }else if(x<y){ cout<<"<"; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个