题解霄2023-08-22 20:15:04发布于:江苏0阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if(a>b){ cout<<">"<<endl; }else if(a==b){ cout<<"="<<endl; }else if(a<b){ cout<<"<"<<endl; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个