AC题解。AC神2024-08-01 21:32:15发布于:北京0阅读0回复0点赞#include<bits/stdc++.h> 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<<'<'<<endl; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个