题解acgo2025-03-22 18:56:44发布于:上海0阅读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 cout << '<'; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个