A505.游乐园题解:王子谦2026-02-25 11:41:39发布于:四川0阅读0回复0点赞A505.游乐园 #include <bits/stdc++.h> using namespace std; int main() { int x,y; cin >> x >> y; if(x>y){ cout << "Yes"; }else cout << "No"; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个