题解zyz6102025-09-29 12:32:56发布于:广东43阅读0回复0点赞ACGO欢乐赛#57 T1题解 #include<bits/stdc++.h> using namespace std; int main() { int x;cin>>x; if(x>7) cout<<10; else if(x==7) cout<<9; else if(x==6) cout<<8; else cout<<7; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个